upd: notice.api:3.0 (fix existing references)
This commit is contained in:
parent
550b447557
commit
0f9a14ae3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue