You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
here I am testing the client generator and I am noticing that the hydra generates only this
`Interface for the "Book" resource type has been generated!
Interface for the "Review" resource type has been generated!
Interface for the "TopBook" resource type has been generated!`
and the openapi3 generate this:
`Interface for the "Book" resource type has been generated!;
Interface for the "Parchment" resource type has been generated!;
Interface for the "Review" resource type has been generated!;
Interface for the "TopBook" resource type has been generated!;
`
and when i looked at the endpoints on the api https://demo.api-platform.com/
i saw that there are 5
/books*
/parchments* // deprecated
/reviews*
/stats*
/top_books*
How to reproduce
I lunched the test-gen and test-gen-openapi3 commands
The text was updated successfully, but these errors were encountered:
Description
here I am testing the client generator and I am noticing that the hydra generates only this
`Interface for the "Book" resource type has been generated!
Interface for the "Review" resource type has been generated!
Interface for the "TopBook" resource type has been generated!`
and the openapi3 generate this:
`Interface for the "Book" resource type has been generated!;
Interface for the "Parchment" resource type has been generated!;
Interface for the "Review" resource type has been generated!;
Interface for the "TopBook" resource type has been generated!;
`
and when i looked at the endpoints on the api https://demo.api-platform.com/
i saw that there are 5
/books*
/parchments* // deprecated
/reviews*
/stats*
/top_books*
How to reproduce
I lunched the test-gen and test-gen-openapi3 commands
The text was updated successfully, but these errors were encountered: