upd: notice.api:3.0 (fix existing references)

This commit is contained in:
xdrm-brackets 2017-12-13 00:08:31 +01:00
parent 550b447557
commit 0f9a14ae3a
1 changed files with 2 additions and 2 deletions

View File

@ -61,11 +61,11 @@ The aim of this package is to make your life easier working with APIs and intern
Things you **have** to do :
- write the configuration file (cf. [configuration](#iii-configuration))
- implement your authentication system (cf. [AuthSystem](#1-permissions--authsystem))
- implement your authentication system (cf. [AuthSystem](#1---permissions--authsystem))
- implement your processes (obviously)
Things you **don't have** to do :
- input type check (cf. [Checker](#4-checker))
- input type check (cf. [Checker](#V-type-checker))
- multiple permission management
- optional or required input
- multipart and file input