minmod: notice.api:3.0
This commit is contained in:
parent
ae41ff9a5e
commit
7195409793
|
@ -43,8 +43,6 @@ Plan
|
|||
|
||||
|
||||
# **I.** Overview
|
||||
|
||||
----
|
||||
## **1** Introduction & features
|
||||
|
||||
The `api` package (v3.0) allows you to easily create and manage an API for your applications. It can be used as an HTTP API (REST, or other kind), and you can use it as an internal core for your system.
|
||||
|
@ -87,8 +85,6 @@ So each of your functionalities must have a dedicated `HTTP method` and a corres
|
|||
|
||||
# **II.** Usage
|
||||
|
||||
----
|
||||
|
||||
## **1** REST API
|
||||
|
||||
In order for the API to catch **URI**, you must use a router. It will allow the API to get the requested URI.
|
||||
|
@ -151,8 +147,6 @@ $specific_response_field = $response->get('specific_field_name');
|
|||
|
||||
# **III.** Configuration
|
||||
|
||||
----
|
||||
|
||||
|
||||
The documentation consists of a _chain_ of urls each one containing no or several HTTP method specifications.
|
||||
|
||||
|
@ -277,8 +271,6 @@ If the API is called with HTTP directly, it will not print the **json** response
|
|||
|
||||
# **IV.** Implementation
|
||||
|
||||
----
|
||||
|
||||
## **1** - permissions : AuthSystem
|
||||
|
||||
In order to implement your _Authentification System_ you have to implement the **interface** `AuthSystem` located in `/build/api/core/AuthSystem`.
|
||||
|
|
Loading…
Reference in New Issue