-
Notifications
You must be signed in to change notification settings - Fork 6
Endpoints
danifernandezcalv edited this page Jul 26, 2018
·
4 revisions
The end-points exposed by the API are as follows:
-
- [POST]: request validation of a descriptor. The type of the descriptor, type of validation... should be specified in the string query of the request.
- [GET]: return all the validations stored in cache. Returns 404 if there are no validations in the cache.
- [DELETE]: delete all the validations stored in cache.
-
- [GET]: return the validation (with the id specified by validationID) object stored in the cache. If the validation with id required doesn't exist the API will return 404.
- [DELETE]: delete the validation (with the id specified by validationID) object from the cache. If the validation with id required doesn't exist the API will return 404.
-
[still working on it]
-
[still working on it]
-
- [GET]: return all the resources stored in cache. Returns 404 if there are no resources in the cache.
- [DELETE]: delete all the resources stored in cache.
-
- [POST]: create new watcher with the parameters in the string query.
- [GET]: return all the watchers stored in cache. Returns 404 if there are no watchers in the cache.
- [DELETE]: delete all the watchers stored in cache.