diff --git a/notice/api/2.2.md b/notice/api/2.2.md index 09fc315..300f420 100644 --- a/notice/api/2.2.md +++ b/notice/api/2.2.md @@ -45,6 +45,7 @@ Links > # **I.** Overview > ## **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 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 > ## **1** Setup + In order to make the API work, you have to : 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))