Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovyord committed Jan 7, 2024
1 parent 18d0cbd commit 25d1b2c
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,3 @@ Experimenting with patterns and technologies.
## **Authorized Requests**

Marked with \* are the endpoints that require auth cookie with jwt token.

## **User service endpoints**

- `POST /api/v1/users/signup`
- `POST /api/v1/users/signin`
- `DELETE /api/v1/users/signout`\*
- `GET /api/v1/users/:id`\*
- `PATCH /api/v1/users/:id`\*
- `PATCH /api/v1/users/:id/password`\*

## **Articles service endpoints**

- `GET /api/v1/articles`
- `GET /api/v1/articles/:id`
- `POST /api/v1/articles` \*
- `PATCH /api/v1/articles/:id` \*
- `DELETE /api/v1/articles/:id` \*

## **Comments service endpoints**

- `GET /api/v1/comments`
- `GET /api/v1/comments/:id`
- `POST /api/v1/comments` \*
- `PATCH /api/v1/comments/:id` \*
- `DELETE /api/v1/comments/:id` \*

### Query params

- `sortBy={property asc/desc}`
- `where={property=value}`
- `page={pageNumber}&pageSize={entries}`
- `populate={property}`
- `count=true`
- `select={property}`

0 comments on commit 25d1b2c

Please sign in to comment.