Skip to content

stlcubsfan/gh6api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh6api

API Examples

Agencies:

http://localhost:3001/agencies/

Agency KPIs:

http://localhost:3001/agencies/1/key-indicators

Query by range and location:

http://localhost:3001/agencies?range=20&xpos=38.7591332&ypos=-90.297514

With Beds in range for 10 people:
http://localhost:3001/agencies?range=20&xpos=38.7591332&ypos=-90.297514&beds_needed=10

Just query for any agency with 10 beds:

http://localhost:3001/agencies?beds_needed=10

Query by other parameter:

http://localhost:3001/agencies?name=Almost%20Home

Reservations:

http://localhost:3001/agencies/1/reservations

Programs:

http://localhost:3001/agencies/1/programs

Clients:

http://localhost:3001/clients

Things a Client is enrolled in:

http://localhost:3001/clients/20/engagements

Client Housings:

http://localhost:3001/clients/1/housings

Clients for Programs:

http://localhost:3001/agencies/1/programs/2/clients

Partners:

http://localhost:3001/partners

Opportunities by Partner:

http://localhost:3001/partners/1/opportunities

Clients for Opportunities:

http://localhost:3001/partners/1/opportunities/2/clients

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages