Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added obligation endpoints #15

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

k-avy
Copy link
Collaborator

@k-avy k-avy commented Aug 24, 2023

feat: added obligation endpoints.

  • 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

@k-avy k-avy changed the title feat: added feat: added obligation endpoints Aug 24, 2023
@k-avy k-avy force-pushed the kavya/api/candidate branch 3 times, most recently from 84733b3 to cdeaeb0 Compare August 30, 2023 17:55
	- 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]>
@GMishx GMishx merged commit 01f27fa into fossology:main Dec 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants