Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- POST Method "/api/obligations" -create an obligation and its Map - DELETE Method "/api/obligations/:topic" -Delete an obligation by its topic and its Map - PATCH Method "/api/obligations/:topic" -Update an obligation by its topic - GET Method "/api/obligations" -Get all the obligations - GET Method "/api/obligations/:topic" -Get an obligation by its topic Signed-off-by: Kavya Shukla <[email protected]>
- Loading branch information