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
For example, in Scaleway's APIs, the zone path param is required in nearly all API endpoints. It's redundant to have to set it in every resource. It would be nice if the value was sourceable from stack config. We could provide a callback interface that would allow implementations an opportunity to supply the required path params before the HTTP request is created. That info can be merged with the regular search for path params that this framework already does. project is another example.
The text was updated successfully, but these errors were encountered:
For example, in Scaleway's APIs, the
zone
path param is required in nearly all API endpoints. It's redundant to have to set it in every resource. It would be nice if the value was sourceable from stack config. We could provide a callback interface that would allow implementations an opportunity to supply the required path params before the HTTP request is created. That info can be merged with the regular search for path params that this framework already does.project
is another example.The text was updated successfully, but these errors were encountered: