File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_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 11[project ]
22name = " sent"
33version = " 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"
55dynamic = [" readme" ]
66license = " Apache-2.0"
77authors = [
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def __init__(
8181 # part of our public interface in the future.
8282 _strict_response_validation : bool = False ,
8383 ) -> None :
84- """Construct a new synchronous sent client instance.
84+ """Construct a new synchronous Sent client instance.
8585
8686 This automatically infers the `api_key` argument from the `X_API_KEY` environment variable if it is not provided.
8787 """
@@ -259,7 +259,7 @@ def __init__(
259259 # part of our public interface in the future.
260260 _strict_response_validation : bool = False ,
261261 ) -> None :
262- """Construct a new async sent client instance.
262+ """Construct a new async Sent client instance.
263263
264264 This automatically infers the `api_key` argument from the `X_API_KEY` environment variable if it is not provided.
265265 """
You can’t perform that action at this time.
0 commit comments