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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
Will there be "Simple Rest Provider" support for OpenApi admin?
At the moment, OpenApi admin works according to the scheme:
getListGET http://my.api.url/posts?sort=["title","ASC"]&range=[0, 24]&filter={"title":"bar"}getOneGET http://my.api.url/posts/123getManyGET http://my.api.url/posts?filter={"id":[123,456,789]}getManyReferenceGET http://my.api.url/posts?filter={"author_id":345}createPOST http://my.api.url/postsupdatePUT http://my.api.url/posts/123updateManyPUT http://my.api.url/posts/123deleteDELETE http://my.api.url/posts/123deleteManyDELETE http://my.api.url/posts/123And the api-platform/admin sends data according to this scheme, and the kernel ignores the filters for getList, getOne, getMany, getManyReference.
Beta Was this translation helpful? Give feedback.
All reactions