Skip to content

Frienship managament queries #65

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

Closed
Elias-Llera opened this issue Mar 15, 2023 · 0 comments
Closed

Frienship managament queries #65

Elias-Llera opened this issue Mar 15, 2023 · 0 comments

Comments

@Elias-Llera
Copy link
Contributor

Elias-Llera commented Mar 15, 2023

We need to implement a the queries so that the restAPI can be linked to the WebAPP when implemented.

Routes will be:
GET /frienships for listing
POST /friendships/add to add a new friend ->

  • friendWebID : string body param with the WebID of the friend to add
  • nickName : string body param with the nick we want to give to the new friend

DELETE /freinships/delete to delete a friend ->

  • friendWebID : string body param with the WebID of the friend to delete
@Elias-Llera Elias-Llera added the Internal Internal development work to simplify tasks, document functions or explain processes among others label Mar 15, 2023
@Elias-Llera Elias-Llera added mandatory feature:wrench::large_blue_circle: Functionality that MUST be implemented REDUX:twisted_rightwards_arrows: and removed Internal Internal development work to simplify tasks, document functions or explain processes among others labels Mar 15, 2023
@Elias-Llera Elias-Llera changed the title Frienship managament slice Frienship managament queries Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants