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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ except openlayer.APIStatusError as e:
172
172
print(e.response)
173
173
```
174
174
175
-
Error codes are as followed:
175
+
Error codes are as follows:
176
176
177
177
| Status Code | Error Type |
178
178
| ----------- | -------------------------- |
@@ -373,8 +373,7 @@ If you need to access undocumented endpoints, params, or response properties, th
373
373
#### Undocumented endpoints
374
374
375
375
To make requests to undocumented endpoints, you can make requests using `client.get`, `client.post`, and other
376
-
http verbs. Options on the client will be respected (such as retries) will be respected when making this
377
-
request.
376
+
http verbs. Options on the client will be respected (such as retries) when making this request.
378
377
379
378
```py
380
379
import httpx
@@ -446,7 +445,7 @@ with Openlayer() as client:
446
445
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
447
446
448
447
1. Changes that only affect static types, without breaking runtime behavior.
449
-
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_.
448
+
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_
450
449
3. Changes that we do not expect to impact the vast majority of users in practice.
451
450
452
451
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
0 commit comments