We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear all,
"name": "CustomUsers" is possible by attribute into the Model
"name": "CustomUsers"
Model
#[ LodataIdentifier('CustomUsers') ]
But how to change/customize the "url" per Model?
"url"
{ "@context": "http://127.0.0.1/odata/$metadata", "value": [ { "name": "Users", "kind": "EntitySet", "url": "Users" }, { "name": "CustomUsers", "kind": "EntitySet", "url": "Custom/Users/URL" } ] }
I want to have multiple url (prefix), i.e. for Prod and Test.
The text was updated successfully, but these errors were encountered:
Hi @RrOoSsSsOo - does the lodata.php config option prefix give you what you need?
prefix
Sorry, something went wrong.
No, actually the aim would be to have more URLs (different URLs). prefix changes all URLs
Desidered result: http://127.0.0.1/odata/Users http://127.0.0.1/odata/custom/Users
http://127.0.0.1/odata/Users
http://127.0.0.1/odata/custom/Users
No branches or pull requests
Dear all,
"name": "CustomUsers"
is possible by attribute into theModel
But how to change/customize the
"url"
perModel
?I want to have multiple url (prefix), i.e. for Prod and Test.
The text was updated successfully, but these errors were encountered: