Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/asktable/resources/answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AnswersResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AnswersResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -163,7 +163,7 @@ class AsyncAnswersResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAnswersResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AuthResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AuthResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -121,7 +121,7 @@ class AsyncAuthResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAuthResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BotsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BotsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -364,7 +364,7 @@ class AsyncBotsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBotsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/business_glossary.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class BusinessGlossaryResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BusinessGlossaryResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -261,7 +261,7 @@ class AsyncBusinessGlossaryResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBusinessGlossaryResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/caches.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CachesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CachesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -77,7 +77,7 @@ class AsyncCachesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCachesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/chats/chats.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def messages(self) -> MessagesResource:
@cached_property
def with_raw_response(self) -> ChatsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -240,7 +240,7 @@ def messages(self) -> AsyncMessagesResource:
@cached_property
def with_raw_response(self) -> AsyncChatsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/chats/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MessagesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> MessagesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -188,7 +188,7 @@ class AsyncMessagesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncMessagesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/datasources/datasources.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def indexes(self) -> IndexesResource:
@cached_property
def with_raw_response(self) -> DatasourcesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -468,7 +468,7 @@ def indexes(self) -> AsyncIndexesResource:
@cached_property
def with_raw_response(self) -> AsyncDatasourcesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/datasources/indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class IndexesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> IndexesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -193,7 +193,7 @@ class AsyncIndexesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncIndexesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/datasources/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MetaResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> MetaResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -223,7 +223,7 @@ class AsyncMetaResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncMetaResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/datasources/upload_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class UploadParamsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> UploadParamsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -93,7 +93,7 @@ class AsyncUploadParamsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncUploadParamsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/extapis/extapis.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def routes(self) -> RoutesResource:
@cached_property
def with_raw_response(self) -> ExtapisResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -282,7 +282,7 @@ def routes(self) -> AsyncRoutesResource:
@cached_property
def with_raw_response(self) -> AsyncExtapisResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/extapis/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RoutesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> RoutesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -297,7 +297,7 @@ class AsyncRoutesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncRoutesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IntegrationResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> IntegrationResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -141,7 +141,7 @@ class AsyncIntegrationResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncIntegrationResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PoliciesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> PoliciesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -272,7 +272,7 @@ class AsyncPoliciesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncPoliciesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PreferencesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> PreferencesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -177,7 +177,7 @@ class AsyncPreferencesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncPreferencesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ProjectResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ProjectResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -133,7 +133,7 @@ class AsyncProjectResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncProjectResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RolesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> RolesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -345,7 +345,7 @@ class AsyncRolesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncRolesResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/asktable/resources/scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ScoresResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ScoresResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -99,7 +99,7 @@ class AsyncScoresResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncScoresResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/DataMini/asktable-python#accessing-raw-response-data-eg-headers
Expand Down
Loading