Closed yamac-kurtulus closed 1 year ago
Closes #82
Added lite area data that returns only loc and id: /feeds/area-lite To get whole location object, use: /feeds/locations/<id>
loc
id
/feeds/area-lite
/feeds/locations/<id>
Front-end team wanted a non-breaking change, so for now we have 2 endpoints for area data.
Also added some local fields to gitignore.
/feeds/points or /feeds/pins
would be more clear to understand.
Closes #82
Added lite area data that returns only
loc
andid
:/feeds/area-lite
To get whole location object, use:/feeds/locations/<id>
Front-end team wanted a non-breaking change, so for now we have 2 endpoints for area data.
Also added some local fields to gitignore.