nette-api
nette-api copied to clipboard
API solution for Nette framework with interactive generated console for each api
Generate and use references to Open API components->schemas
* Changed code 400 to 404 when unknown endpoint requested * Added optional paramateres to ApiDecider to set custom default handler and custom authorizator for it
Hi, i have deprecated notices under php 8.4. ``` Tomaj\NetteApi\Handlers\BaseHandler::__construct(): Implicitly marking parameter $scopeFactory as nullable is deprecated, the explicit nullable type must be used instead public function __construct(ScopeFactoryInterface $scopeFactory...
Modernize the Nette API library to PHP 8.4, leveraging new language features for improved performance, type safety, and maintainability. This PR comprehensively updates the library to PHP 8.4, introducing features...