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
Is there a way to add custom URL parameters, without coding a custom networkClient?
My project's server implementation requires adding a custom parameter, for example:
coolserver.com/api/clients?page[size]=10&page[number]=1&sort=-updatedAt&customxy=test
In this example i added "customxy" parameter.
The text was updated successfully, but these errors were encountered:
Is there a way to add custom URL parameters, without coding a custom networkClient?
My project's server implementation requires adding a custom parameter, for example:
coolserver.com/api/clients?page[size]=10&page[number]=1&sort=-updatedAt&customxy=test
In this example i added "customxy" parameter.
The text was updated successfully, but these errors were encountered: