Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Aug 9, 2024
1 parent 5b0d840 commit 7eb7bc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ paused
repeating
```

### JSON API

This project now exposes a headless JSON API on request. This is available on the following:
```
POST https://anilist.abstractumbra.dev/
{
"users": ["User1", "User2"], # supports N many users
"status": "planning" # defaults to 'planning'
}
```

## Running your own

The provided docker-compose file should work on its own.
Expand Down

0 comments on commit 7eb7bc4

Please sign in to comment.