Jim Rigsbee
2020-02-19 b85b617c82f35924483db96c2777c9f1f31aaea4
commit | author | age
b85b61 1 # Sample API for report application status via JSON document 
JR 2
3 This API has two endpoints:
4
5 * healthz
6   returns 200 and json string indicating health of API
7 * status
8   returns 200 + json doc if it can find a given JSON document
9   returns 404 if it cannot find the document