diff --git a/com.ibm.streamsx.inet/com.ibm.streamsx.inet.rest/overview.spl b/com.ibm.streamsx.inet/com.ibm.streamsx.inet.rest/overview.spl index 8150cbd..dda7d78 100644 --- a/com.ibm.streamsx.inet/com.ibm.streamsx.inet.rest/overview.spl +++ b/com.ibm.streamsx.inet/com.ibm.streamsx.inet.rest/overview.spl @@ -33,6 +33,8 @@ * packages such as [http://dojotoolkit.org|DOJO] and * [http://d3js.org|D3]. * + * Meta-data for the streams connected to the operators is also available through `HTTP GET` requests, + * to allow JavaScript applications to self-discover the format of the data. */ namespace com.ibm.streamsx.inet.rest; diff --git a/com.ibm.streamsx.inet/info.xml b/com.ibm.streamsx.inet/info.xml index 1d53c39..a563e8b 100644 --- a/com.ibm.streamsx.inet/info.xml +++ b/com.ibm.streamsx.inet/info.xml @@ -11,7 +11,7 @@ Support for common internet protocols. This toolkit separates its functionality into a number of namespaces: -* **com.ibm.streamsx.inet** General purpose internet operators. +* **com.ibm.streamsx.inet** General purpose internet operator supporting a number of protocols. * **com.ibm.streamsx.inet.http** Operators that interact with external HTTP servers. * **com.ibm.streamsx.inet.rest** Operators that embed a HTTP server to provide REST style api to streaming data. * **com.ibm.streamsx.inet.wsserver** Operators that embed a WebSocket server to expose streaming data as WebSocket messages.