From 756be54e6faae182454f3ed45d9402154204feb0 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 21 Sep 2023 15:15:18 -1000 Subject: [PATCH] Update README.md advancement --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb0a8625..c27ac996 100644 --- a/README.md +++ b/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. -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: -- 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 ## API @@ -64,10 +64,11 @@ Lysand implements the Mastodon API, with some extensions. The API is currently i Working endpoints are: -- `/v1/accounts/:id` -- `/v1/accounts/:id/statuses` -- `/v1/accounts/update_credentials` -- `/v1/apps` +- `/api/v1/accounts/:id` +- `/api/v1/accounts/:id/statuses` +- `/api/v1/accounts/update_credentials` +- `/api/v1/statuses` +- `/api/v1/apps` - `/oauth/authorize` - `/oauth/token`