opencommunitymap / communitymap-cloud-functions

API and microservices of Open Community Map
https://communitymap.online/
Apache License 2.0
1 stars 2 forks source link

Initial public api #2

Closed dmitry-yudakov closed 4 years ago

dmitry-yudakov commented 4 years ago

Create/read/update/delete operations are supported as REST API

Access token provided as URL query param token is checked in the database api-keys collection.

Resolves #1