adt / rest-api
API for simply RESTful communication
Installs: 212
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 20
Forks: 0
Open Issues: 0
pkg:composer/adt/rest-api
Requires
- nette/nette: ~2.2
This package is auto-updated.
Last update: 2022-05-29 01:09:06 UTC
README
Basic configuration in config.neon:
class Application implements Adt\RestAPI\IApplicationService { function getApplicationSecret($appId) { // your code } }
services: # only server side configuration - Application - ADT\Rest\ApiSignature # only client side configuration - ADT\Rest\Service\Api - ADT\Rest\Signature(appId, appSecret)