wastewater-intelligence-network / win-mobile-rn

1 stars 1 forks source link

Get collection points Endpoint #28

Closed upperwal closed 2 years ago

upperwal commented 2 years ago
curl --location --request GET '<ENDPOINT>/getCollectionPoints' \
--header 'Authorization: Bearer <TOKEN>' \
--header 'Content-Type: application/json'
ahar101 commented 2 years ago

Where we have to integrate this? We have to added option on home page to get collection points, Can you please confirm?

ahar101 commented 2 years ago

Integrated API.

ahar101 commented 2 years ago

Working on Map to integrate annotation part.