diff --git a/.stats.yml b/.stats.yml index ee6ccdb2..99bc45cb 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 37 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-693a6e6f8c0ba3b718e53f3df5948b0b7dde1c63c2f37af5b92ac645719f5a40.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9.yml diff --git a/README.md b/README.md index a8cd932e..3b5b865e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The Finch Python library provides convenient access to the Finch REST API from a application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). +It is generated with [Stainless](https://www.stainlessapi.com/). + ## Documentation The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). The full API of this library can be found in [api.md](api.md). diff --git a/src/finch/resources/hris/company.py b/src/finch/resources/hris/company.py index 72483583..0ff218fb 100644 --- a/src/finch/resources/hris/company.py +++ b/src/finch/resources/hris/company.py @@ -34,7 +34,7 @@ def retrieve( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> Company: - """Read basic company data.""" + """Read basic company data""" return self._get( "/employer/company", options=make_request_options( @@ -63,7 +63,7 @@ async def retrieve( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> Company: - """Read basic company data.""" + """Read basic company data""" return await self._get( "/employer/company", options=make_request_options(