0
0
Fork 0

Improve API docs formatting

This commit is contained in:
Eugen Rochko 2017-01-21 22:53:02 +01:00
parent e92a1cf436
commit 2baf0fabb4
4 changed files with 40 additions and 28 deletions

View file

@ -1,3 +1,6 @@
Testing the API with cURL
=========================
Mastodon builds around the idea of being a server first, rather than a client itself. Similarly to how a XMPP chat server communicates with others and with its own clients, Mastodon takes care of federation to other networks, like other Mastodon or GNU Social instances. So Mastodon provides a REST API, and a 3rd-party app system for using it via OAuth2.
You can get a client ID and client secret required for OAuth [via an API end-point](API.md#oauth-apps).