cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
403 stars 134 forks source link

Issue with type x-spring-paginated: true #264

Closed amit2206 closed 1 year ago

amit2206 commented 1 year ago

Hi, On server side we are using spring boot and we are able to use param x-spring-paginated: true and can generate the pagination objects but on client side ng-openapi-gen is unable to recognise it. Any help appreciated. Thanks

luisfpg commented 1 year ago

This is not standard from the OpenAPI spec, and isn't supported.

amit2206 commented 1 year ago

@luisfpg , Thanks for the feedback...