update api:2.2 notice -> no space after titles (quotes)

This commit is contained in:
xdrm-brackets 2017-09-10 18:40:05 +02:00
parent 3ee1669cdb
commit 7dda3504f1
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Links
> # **I.** Overview > # **I.** Overview
> ## **1** Introduction & features > ## **1** Introduction & features
The `api` package (v2.2) allows you to easily create and manage an API. It could be used for an HTTP API (REST, or other kind), or you can use it as an internal core for your system. The `api` package (v2.2) allows you to easily create and manage an API. It could be used for an HTTP API (REST, or other kind), or you can use it as an internal core for your system.
The aim of this package is to make your life easier working with APIs or internal delegation. The only things you have to do is to implement your processes and edit the configuration, the package will do the rest. The aim of this package is to make your life easier working with APIs or internal delegation. The only things you have to do is to implement your processes and edit the configuration, the package will do the rest.
@ -89,6 +90,7 @@ If you want to delete the article of id `52`, you must request `article/delete`
> # **II.** Usage > # **II.** Usage
> ## **1** Setup > ## **1** Setup
In order to make the API work, you have to : In order to make the API work, you have to :
1. Edit the configuration file according to your needs (cf. [configuration](#3---configuration)) 1. Edit the configuration file according to your needs (cf. [configuration](#3---configuration))
2. Implement the Authentication System to manage permissions (cf. [AuthSystem](#3-authsystem)) 2. Implement the Authentication System to manage permissions (cf. [AuthSystem](#3-authsystem))