PCNI / homeless-helper

Open Source Services Locator App
MIT License
5 stars 1 forks source link

Provide an interface for an authorized user to update agency information fields #5

Open WilliamMatson opened 10 years ago

eric-jahn commented 10 years ago

The user will have to possess agency administrative privileges within the associated OpenHMIS data warehouse.

The required HMIS v2 API web methods to implement client side are:

POST /agencies DELETE /agencies/{id} GET /agencies/{id} PATCH /agencies/{id} PUT /agencies/{id}

full API available at: https://code.google.com/p/openciss/wiki/openCISS_API_v2