You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

COMPATIBLE API (http urls and responses as in DSAPI v. 1)

Running: 

java -cp $CLASSPATH edu.uiuc.ncsa.datastream.util.oldrestlet.RestletApplication context.xml

NEW Reslet API (http urls and responses incompatibles with version 1)

Running: 

java -cp $CLASSPATH edu.uiuc.ncsa.datastream.util.restt.RestletApplication context.xml

URLs:

/list/format/{format}
/window/start/{start}/end/{end}/format/{format}/data/{data}/sample/{sampling}/uri/{uri}
/window/start/{start}/end/{end}/format/{format}/data/{data}/uri/{uri}
/window/start/{start}/end/{end}/format/{format}/uri/{uri}
/formats/format/{format}/uri/{uri}
  • No labels