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
// will make a call to https://example.org/endpoint/123?foo=bar
351
350
```
352
351
353
352
It will search for the URL segment parameters matching any of the object properties and replace them with values. All the other properties will be used as query parameters.
@@ -356,16 +355,16 @@ Similar things are available for `POST` requests.
0 commit comments