Skip to content

Commit

Permalink
Implement follow suggestion endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari-h committed Nov 11, 2024
1 parent b67ab95 commit b261dae
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 427 deletions.
39 changes: 7 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,11 @@ Tapestry documentation: <https://docs.usetapestry.dev/documentation/what-is-tape

Tapestry API reference: <https://tapestry.apidocumentation.com/reference>


## Completness
- Profiles
- [x] Find or create a profile
- [ ] Get profiles
- [x] Get a profile by ID
- [x] Update a profile
- [x] get followers
- [x] get following
- [ ] Get a list of profiles in a user's network that also follow a given profile
- [ ] Get suggested profiles

- Contents
- [x] Get contents
- [x] Find or create content
- [x] Get content by ID
- [x] Update content
- [x] Delete content

- Comments
- [x] Create a comment
- [x] Get comments
- [x] Update a comment
- [x] Delete a comment
- [x] Get a comment by ID

- Likes
- [x] Create a like
- [x] Delete a like

- Followers
- [x] Follow a profile
- [x] Unfollow a profile

All current endpoints are implemented.

API tests cover endpoints except for:

- [GET /api/v1/profiles/__ID__/following-who-follow](https://tapestry.apidocumentation.com/reference#tag/profiles/GET/profiles/{id}/following-who-follow)
- [GET /api/v1/profiles/suggested/__ADDRESS__](https://tapestry.apidocumentation.com/reference#tag/profiles/GET/profiles/suggested/{address})
Loading

0 comments on commit b261dae

Please sign in to comment.