You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this challenge we have a nice swagger doc created for our drone api service however we already had some endpoints for creating and updating the drones location that never made it into the swagger doc. You job is to update the swagger doc to include the /drones services.
You should write to the swagger.yaml file in the root doc not the swagger.json (I will generate that file with swagger-codegen generate -i swagger.yaml -l swagger when you are done.
Project Background
For this series we are creating a Drone Service Platform (DSP) which consist of a marketplace where customers can request drone services for providers/operators. Examples of the services would be drone delivery, mapping, monitoring and many other tasks. In addition to delivering drone services we will also provide a level of traffic management.
Requirements
For this challenge we have a nice swagger doc created for our drone api service however we already had some endpoints for creating and updating the drones location that never made it into the swagger doc. You job is to update the swagger doc to include the /drones services.
You should write to the swagger.yaml file in the root doc not the swagger.json (I will generate that file with
swagger-codegen generate -i swagger.yaml -l swagger
when you are done.Project Background
For this series we are creating a Drone Service Platform (DSP) which consist of a marketplace where customers can request drone services for providers/operators. Examples of the services would be drone delivery, mapping, monitoring and many other tasks. In addition to delivering drone services we will also provide a level of traffic management.
Other notable challenges in this series
Maps React and REST
React Map Mission Plan
Mission Plan fixes part 1
WEBAPI - Consumer to DSP API Product Catalog - swagger API design
Links
[front end src: topcoderinc/dsp-app](http://github.com/topcoderinc/dsp-app]
[back end src: topcoderinc/dsp-app](http://github.com/topcoderinc/dsp-server]
Submission Guidelines
The text was updated successfully, but these errors were encountered: