Cloudify-PS / walle-service

Apache License 2.0
1 stars 1 forks source link

dublicate /events method in Swagger API #6

Closed lexleogryfon closed 8 years ago

lexleogryfon commented 8 years ago

https://trello.com/c/dTTgY0xa/33-check-appropriate-description-of-walle-api-methods

I compared walle /event GET & POST to http://docs.getcloudify.org/api/?shell#the-event-resource, cfy manager api have only post. https://github.com/Cloudify-PS/walle-service/blob/master/walle-api-server/walle_api_server/resources/events.py#L104

lexleogryfon commented 8 years ago

Should I delete /events post?

kostya13 commented 8 years ago

You can delete 'post' method because all clients uses 'get'