apitte-skeleton icon indicating copy to clipboard operation
apitte-skeleton copied to clipboard

🎁 API / REST API / JSON API / PSR-7 / Middlewares project skeleton based on Nette Framework (@nette), Apitte (@apitte), Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.

Results 6 apitte-skeleton issues
Sort by recently updated
recently updated
newest added

Same behavior as described on https://forum.nette.org/cs/33974-apitte-skeleton-nelogguje-errory-a-jen-zobrazi-error-500 or https://forum.nette.org/cs/34583-apitte-debugovani-a-logovani - info + debug works but error/exception not. So there is no possiblity to debug anything when exception raises during API calls.

Bumps [contributte/dev](https://github.com/contributte/dev) from 0.4 to 0.5.0. Release notes Sourced from contributte/dev's releases. v0.5.0 Bumped! 🍣 Diff: https://github.com/contributte/dev/compare/v0.4...v0.5.0 Changes: Composer: rely on tracy and nette/utils directly [0581f7014f7d1fcd89306e175ad7844b06f2b100] (@​f3l1x) Maintenance: Composer: replace...

dependencies

Using nameConvertor to snake case is leading to missmatch with open api. If you have good annotations f.e. property $fullName in response DTO openapi will generate { fullName: "string" }...

``` TypeError App\Model\Database\Entity\User::getLastLoggedAt(): Return value must be of type ?App\Model\Utils\DateTime, DateTime returned ```` Exactly the same works at https://github.com/contributte/webapp-skeleton/blob/master/app/model/Database/Entity/User.php I am missing what is different. How to reproduce: - Set...

Hi, I have trouble deserializing a datetime object from [request body](https://github.com/vanam/forest-project/commit/af72abf2585efa14ebafd578a80cc385d5f07d68). I added birthDate field to `CreateUserReqDto`. Should I deserialize it manually? In a [documentation](https://contributte.org/packages/apitte/core/mapping.html#requestbody) I found that DTOs should...

Generated OpenAPI definition is invalid. Ways to validate: - Call API at [validator.swagger.io](https://validator.swagger.io/) - Copy&paste to [editor.swagger.io](https://editor.swagger.io/)