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
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Openlayer Python library provides convenient access to the Openlayer REST AP
6
6
application. The library includes type definitions for all request params and response fields,
7
7
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
8
8
9
-
It is generated with [Stainless](https://www.stainlessapi.com/).
9
+
It is generated with [Stainless](https://www.stainless.com/).
10
10
11
11
## Documentation
12
12
@@ -109,6 +109,23 @@ Nested request parameters are [TypedDicts](https://docs.python.org/3/library/typ
109
109
110
110
Typed requests and responses provide autocomplete and documentation within your editor. If you would like to see type errors in VS Code to help catch bugs earlier, set `python.analysis.typeCheckingMode` to `basic`.
111
111
112
+
## Nested params
113
+
114
+
Nested parameters are dictionaries, typed using `TypedDict`, for example:
When the library is unable to connect to the API (for example, due to network connection problems or a timeout), a subclass of `openlayer.APIConnectionError` is raised.
Copy file name to clipboardExpand all lines: SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## Reporting Security Issues
4
4
5
-
This SDK is generated by [Stainless Software Inc](http://stainlessapi.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
5
+
This SDK is generated by [Stainless Software Inc](http://stainless.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
6
6
7
-
To report a security issue, please contact the Stainless team at security@stainlessapi.com.
7
+
To report a security issue, please contact the Stainless team at security@stainless.com.
0 commit comments