acikyazilimagi / musahit-harita-backend

Müşahit Haritası Backend Api Kodları
Apache License 2.0
22 stars 2 forks source link

Define Initial API Endpoints #6

Closed mehmetalicakir closed 1 year ago

mehmetalicakir commented 1 year ago

Real Neighbourhood Data

GET /api/feed

Drawer Data

GET /api/feed/<neighbourhood_id>

Mock Neighbourhood Data

GET /api/feed/mock

Retrieve Form Data

POST /api/volunteer-form

Name, surname, email, phone, kvkkAccepted, neighbourhoodId, (ip etc?)
Validate fields
All fields are required
sarpremziaksu commented 1 year ago

https://idratherbewriting.com/learnapidoc/docapis_resource_endpoints.html This documentation can be used for instructions.

9ssi7 commented 1 year ago

I'm working on it

9ssi7 commented 1 year ago

it's merged on #24