about summary refs log tree commit diff
path: root/docs/Using-the-API/Testing-with-cURL.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:53:02 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:53:02 +0100
commit2baf0fabb41e68f1cd4bb60a488aef60cc6ee504 (patch)
tree5b197fd8a3c2d8a6bac88aa93a5008df96ffd7f5 /docs/Using-the-API/Testing-with-cURL.md
parente92a1cf436b99757e82d0234ca54b6c41b7ddb16 (diff)
Improve API docs formatting
Diffstat (limited to 'docs/Using-the-API/Testing-with-cURL.md')
-rw-r--r--docs/Using-the-API/Testing-with-cURL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Using-the-API/Testing-with-cURL.md b/docs/Using-the-API/Testing-with-cURL.md
index f66ccc2b9..977773a08 100644
--- a/docs/Using-the-API/Testing-with-cURL.md
+++ b/docs/Using-the-API/Testing-with-cURL.md
@@ -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).