telefonicaid / fiware-cygnus

A connector in charge of persisting context data sources into other third-party databases and storage systems, creating a historical view of the context
https://fiware-cygnus.rtfd.io/
GNU Affero General Public License v3.0
64 stars 105 forks source link

[api] Add /v1/subscriptions route #808

Closed frbattid closed 8 years ago

frbattid commented 8 years ago

Operations to implement:

pcoello25 commented 8 years ago

Same as do subscriptions, a user can ask for latest subscriptions or unsubscribe. Next steps could be:

frbattid commented 8 years ago

I like the idea, specially unsubscribe.

pcoello25 commented 8 years ago
pcoello25 commented 8 years ago

Updated documentation (.apib & .md) in https://github.com/telefonicaid/fiware-cygnus/pull/1000

Updated .html in branch gh-pages-> https://github.com/telefonicaid/fiware-cygnus/pull/1003

pcoello25 commented 8 years ago

Added tests for POST subscriptions -> https://github.com/telefonicaid/fiware-cygnus/pull/1039

pcoello25 commented 8 years ago

Added test for DELETE subscriptions -> https://github.com/telefonicaid/fiware-cygnus/pull/1041

pcoello25 commented 8 years ago

Added tests for GET (by subscpription_id) subscriptions -> https://github.com/telefonicaid/fiware-cygnus/pull/1046

pcoello25 commented 8 years ago

Added GET method for retrieve all subscriptions https://github.com/telefonicaid/fiware-cygnus/pull/1060

pcoello25 commented 8 years ago

Added tests for GET all subscriptions -> #1062

pcoello25 commented 8 years ago

Added documentation for GET all subscriptions -> https://github.com/telefonicaid/fiware-cygnus/pull/1065