File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 15
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-5276b9a8b8ff6771c5bb1a8310d0be63ddafa9e4806f0d81de21dd7a7a673c1b .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-94f0693a4293af6f8efd912cb33a4fcfa06a7081476538c85c6f173d48624dc0 .yml
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " sent"
3
3
version = " 0.0.1-alpha.0"
4
- description = " The official Python library for the sent API"
4
+ description = " The official Python library for the Sent API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
7
7
authors = [
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def __init__(
81
81
# part of our public interface in the future.
82
82
_strict_response_validation : bool = False ,
83
83
) -> None :
84
- """Construct a new synchronous sent client instance.
84
+ """Construct a new synchronous Sent client instance.
85
85
86
86
This automatically infers the `api_key` argument from the `X_API_KEY` environment variable if it is not provided.
87
87
"""
@@ -259,7 +259,7 @@ def __init__(
259
259
# part of our public interface in the future.
260
260
_strict_response_validation : bool = False ,
261
261
) -> None :
262
- """Construct a new async sent client instance.
262
+ """Construct a new async Sent client instance.
263
263
264
264
This automatically infers the `api_key` argument from the `X_API_KEY` environment variable if it is not provided.
265
265
"""
You can’t perform that action at this time.
0 commit comments