Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit bfa8b88

Browse files
galaxine-senpaisopyb
authored andcommitted
Add notes to the API routes
I only checked a few
1 parent 0a9c96d commit bfa8b88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/paths/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
- GithubLogin: /github-login
1212
- Logout: /logout
1313
- [Explore](explore/README.md)
14+
> :memo: /explore/[new, popular, trending] are not implemented
1415
- Base URL: /api/explore
1516
- New: /new
1617
- Popular: /popular
1718
- Trending: /trending
1819
- [Search](explore/search/README.md):
20+
> :memo: /explore/search/roadmaps uses /explore?query="query"
1921
- Base URL: /api/explore/search
2022
- Users: /users
2123
- Roadmaps: /roadmaps
@@ -82,4 +84,4 @@
8284
- Website url: /website-url
8385
- Github url: /github-url
8486
- Email: /email
85-
- Delete: /:userId([0-9]+)?
87+
- Delete: /:userId([0-9]+)?

0 commit comments

Comments
 (0)