mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Update README.md advancement
This commit is contained in:
parent
4885733197
commit
756be54e6f
13
README.md
13
README.md
|
|
@ -52,10 +52,10 @@ Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) fil
|
||||||
|
|
||||||
> **Warning**: Federation has not been tested outside of automated tests. It is not recommended to use this software in production.
|
> **Warning**: Federation has not been tested outside of automated tests. It is not recommended to use this software in production.
|
||||||
|
|
||||||
Lysand is currently able to federate basic `Note` objects with `Create`, `Update` and `Delete` activities supported.
|
Lysand is currently able to federate basic `Note` objects with `Create`, `Update` and `Delete` activities supported. (as well as `Accept` and `Reject`, but with no tests)
|
||||||
|
|
||||||
Planned federation features are:
|
Planned federation features are:
|
||||||
- Activities: `Follow`, `Accept`, `Reject`, `Block`, `Undo`, `Announce`, `Like`, `Dislike`, `Flag`, `Ignore` and more
|
- Activities: `Follow`, `Block`, `Undo`, `Announce`, `Like`, `Dislike`, `Flag`, `Ignore` and more
|
||||||
- Objects: `Emoji` and more
|
- Objects: `Emoji` and more
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
@ -64,10 +64,11 @@ Lysand implements the Mastodon API, with some extensions. The API is currently i
|
||||||
|
|
||||||
Working endpoints are:
|
Working endpoints are:
|
||||||
|
|
||||||
- `/v1/accounts/:id`
|
- `/api/v1/accounts/:id`
|
||||||
- `/v1/accounts/:id/statuses`
|
- `/api/v1/accounts/:id/statuses`
|
||||||
- `/v1/accounts/update_credentials`
|
- `/api/v1/accounts/update_credentials`
|
||||||
- `/v1/apps`
|
- `/api/v1/statuses`
|
||||||
|
- `/api/v1/apps`
|
||||||
- `/oauth/authorize`
|
- `/oauth/authorize`
|
||||||
- `/oauth/token`
|
- `/oauth/token`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue