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
Copy file name to clipboardExpand all lines: README.md
+7-19Lines changed: 7 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,24 +180,12 @@ an issue first to discuss with us!
180
180
181
181
On the other hand, contributions to the README are always very welcome!
182
182
183
-
## Request Options
184
-
185
-
This client library also supports passing in [`request` options](https://github.com/axios/axios#request-config):
186
-
187
-
```typescript
188
-
client.useRequestOpts({
189
-
baseURL: "http://local.test-server.com",
190
-
});
191
-
```
192
-
193
-
Note that certain request options (such as `json`, and certain `headers` names cannot be overriden).
194
-
195
-
### Setting the API base url
183
+
## Contributing
196
184
197
-
If you are using the european instance of intercom and would like to call it directly and not be redirected through our US instance, you can set the `baseUrl` as follows:
185
+
While we value open-source contributions to this SDK, this library is generated programmatically.
186
+
Additions made directly to this library would have to be moved over to our generation code,
187
+
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
188
+
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
189
+
an issue first to discuss with us!
198
190
199
-
```typescript
200
-
client.useRequestOpts({
201
-
baseURL: "https://api.eu.intercom.io",
202
-
});
203
-
```
191
+
On the other hand, contributions to the README are always very welcome!
0 commit comments