Skip to content

Commit

Permalink
update endpoints in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zechiax committed Aug 6, 2023
1 parent e57ea94 commit d0291f7
Showing 1 changed file with 39 additions and 14 deletions.
53 changes: 39 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,19 +210,44 @@ catch (ModrinthApiException e)

### User endpoints

| Name | Method | Implemented |
|--------------------------------------------|--------|-------------|
| Get a user | GET ||
| Modify a user | PATCH ||
| Delete a user | DELETE ||
| Get user from authorization header | GET ||
| Get multiple users | GET ||
| Change user's avatar | PATCH ||
| Get user's projects | GET ||
| Get user's notifications | GET ||
| Get user's followed projects | GET ||
| Get user's payout history | GET ||
| Withdraw payout balance to PayPal or Venmo | POST ||
| Name | Method | Implemented |
|------------------------------------|--------|-------------|
| Get a user | GET ||
| Modify a user | PATCH ||
| Get user from authorization header | GET ||
| Get multiple users | GET ||
| Change user's avatar | PATCH ||
| Get user's projects | GET ||

| Get user's followed projects | GET ||
| Get user's payout history | GET ||
| Withdraw payout balance to PayPal or Venmo | POST ||

### Threads endpoints

| Name | Method | Implemented |
|------------------------------------|--------|-------------|
| Report a project, user, or version | POST ||
| Get your open reports | GET ||
| Get report from ID | GET ||
| Modify a report | PATCH ||
| Get multiple reports | GET ||
| Get a thread | GET ||
| Send a text message to a thread | POST ||
| Get multiple threads | GET ||
| Delete a thread | DELETE ||

### Notifications endpoints

| Name | Method | Implemented |
|-------------------------------------|--------|-------------|
| Get user's notifications | GET ||
| Get notification from ID | GET ||
| Mark notification as read | PATCH ||
| Delete a notification | DELETE ||
| Get multiple notifications | GET ||
| Mark multiple notifications as read | PATCH ||
| Delete multiple notifications | DELETE ||

### Team endpoints

Expand Down Expand Up @@ -252,7 +277,7 @@ catch (ModrinthApiException e)

| Name | Method | Implemented |
|-------------------------------------------------|--------|-------------|
| Report a project, user, or version | POST ||
| Forge Updates JSON file | GET ||
| Various statistics about this Modrinth instance | GET ||

## Disclaimer
Expand Down

0 comments on commit d0291f7

Please sign in to comment.