Closed anastasia closed 2 years ago
API URL: http://localhost:8000/api/ listing all endpoints available, with verbs/parameters More info
Move to REST API:
/people: GET people, POST person (create new person)
/people
/people/<person_id>: GET person, PUT update person etc.
/people/<person_id>
Allowing both Browsable API views, and getting JSON responses
Like: /people/?format=json
/people/?format=json
@qujohn314 @MasterEchez @ADJohnson314 FYI I updated the API -- standardized it a bit and moved toward a resource format.
/people/ /events/ /events//locations /events//people etc.
API URL: http://localhost:8000/api/ listing all endpoints available, with verbs/parameters More info
Move to REST API:
/people
: GET people, POST person (create new person)/people/<person_id>
: GET person, PUT update person etc.Allowing both Browsable API views, and getting JSON responses
Like:
/people/?format=json