Define a new API endpoint format that all future and past endpoints will follow. - [ ] Define a new endpoint format and bring to group for feedback - [ ] Add endpoint definition in detail to the README - [ ] Make sure endpoint definition follows the follows requirements: - All endpoints should start with "/api" - Separate Adapt and Princeton endpoints - i.e. "/api/adapt" and "/api/princeton" or other - Endpoint name should identify what data it works with - i.e. "/getHostnames" is a GET request that returns hostnames. This could follow the format "/api/adapt/hostnames"
Define a new API endpoint format that all future and past endpoints will follow.
Define a new endpoint format and bring to group for feedback
Add endpoint definition in detail to the README
Make sure endpoint definition follows the follows requirements:
All endpoints should start with "/api"
Separate Adapt and Princeton endpoints
Endpoint name should identify what data it works with