diff --git a/docs/api/api.rst b/docs/api/api.rst --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -10,7 +10,7 @@ methods. Everything is available by send /_admin/api . -API ACCESS FOR WEB VIEWS +API access for web views ++++++++++++++++++++++++ API access can also be turned on for each web view in Kallithea that is @@ -36,7 +36,7 @@ Exposing raw diffs is a good way to inte 3rd party services like code review, or build farms that could download archives. -API ACCESS +API access ++++++++++ Clients must send JSON encoded JSON-RPC requests:: @@ -75,7 +75,7 @@ the reponse will have a failure descript *result* will be null. -API CLIENT +API client ++++++++++ Kallithea comes with a `kallithea-api` command line tool providing a convenient @@ -109,7 +109,7 @@ This will create a `~/.config/kallithea` so you don't have to specify them every time. -API METHODS +API methods +++++++++++