diff options
author | tastytea | 2022-11-13 06:23:59 +0100 |
---|---|---|
committer | tastytea | 2022-11-13 06:24:35 +0100 |
commit | c48f1dc3d0566cef2baf96df7b3a7c55490a3e91 (patch) | |
tree | 036c68f137031cce4821c3b1a436fb179dd9fb9f | |
parent | 9a25cd917859a0f9ee12616c41eed7b5357e2d15 (diff) | |
download | mastodonpp-c48f1dc3d0566cef2baf96df7b3a7c55490a3e91.tar mastodonpp-c48f1dc3d0566cef2baf96df7b3a7c55490a3e91.tar.gz mastodonpp-c48f1dc3d0566cef2baf96df7b3a7c55490a3e91.zip |
-rw-r--r-- | README.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 777cbad..06dac09 100644 --- a/README.adoc +++ b/README.adoc @@ -22,6 +22,10 @@ link:{uri-pleroma}[Pleroma] APIs. It replaces link:{uri-mastodon-cpp}[mastodon-cpp]. +[IMPORTANT] +mastodonpp is in maintenance mode. I will continue to fix bugs, but won't add +new features. If you'd like to adopt this project, please get in touch. + We aim to create a library that is comfortable, yet minimal. All API endpoints from Mastodon and Pleroma are stored in ``enum class``es, to counteract typos and make your life easier. The network-facing code is built on |