Basic restful dispatch api for SaaS platform for commanding and controlling a simulated fleet of autonomous vehicle simulation project
- Quick summary • Designed and deployed API to a DigitalOcean server using Python & Django REST Framework • Tested developed HTTPS/SSL encryption solutions
• Recieves supply side client requests from a list of common services on the front end that are controlled by the Fleet Managers. The back end web application recieves order information via HTTP POST request processed line by line and converted in to JSON
API's host is located by a port address. Each operation performed against the REST API will use the specific operation name prepended with the base {{url}}.