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
| body | (optional; for `post`, `put` and `patch` methods) the body of the request, as anything that can be serialized into JSON, as a JToken. | <Iflang="csharp">`Token`</If><Iflang="flutter,python,objc,swift,java">`Serializable`</If><Iflang="go">`interface`</If> |
510
-
| headers | (optional) any headers needed. If provided, these will be mixed in with the default library headers | <Iflang="csharp">`Dictionary<string, string>`</If><Iflang="flutter,python,objc,swift,java">`Object`</If><Iflang="go">`http.Header`</If> |
506
+
| method | either `get`, `post`, `put`, `patch` or `delete`| <Iflang="csharp,go">`string`</If><Iflang="flutter,python,objc,swift,java,ruby,php">`String`</If> |
507
+
| path | the path to query | <Iflang="csharp,go">`string`</If><Iflang="flutter,python,objc,swift,java,ruby,php">`String`</If> |
| body | (optional; for `post`, `put` and `patch` methods) the body of the request, as anything that can be serialized into JSON, as a JToken. | <Iflang="csharp">`Token`</If><Iflang="flutter,python,objc,swift,java,ruby,php">`Serializable`</If><Iflang="go">`interface`</If> |
510
+
| headers | (optional) any headers needed. If provided, these will be mixed in with the default library headers | <Iflang="csharp">`Dictionary<string, string>`</If><Iflang="flutter,python,objc,swift,java,ruby,php">`Object`</If><Iflang="go">`http.Header`</If> |
0 commit comments