diff --git a/src/asktable/resources/answers.py b/src/asktable/resources/answers.py index 07c92971..ff6e0aa3 100644 --- a/src/asktable/resources/answers.py +++ b/src/asktable/resources/answers.py @@ -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 @@ -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 diff --git a/src/asktable/resources/auth.py b/src/asktable/resources/auth.py index 7fdb442c..ca6fbe12 100644 --- a/src/asktable/resources/auth.py +++ b/src/asktable/resources/auth.py @@ -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 @@ -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 diff --git a/src/asktable/resources/bots.py b/src/asktable/resources/bots.py index 3195172f..2227fb59 100644 --- a/src/asktable/resources/bots.py +++ b/src/asktable/resources/bots.py @@ -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 @@ -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 diff --git a/src/asktable/resources/business_glossary.py b/src/asktable/resources/business_glossary.py index 3f62097a..3fabfdd5 100644 --- a/src/asktable/resources/business_glossary.py +++ b/src/asktable/resources/business_glossary.py @@ -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 @@ -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 diff --git a/src/asktable/resources/caches.py b/src/asktable/resources/caches.py index 9dde4a13..bc1c73bf 100644 --- a/src/asktable/resources/caches.py +++ b/src/asktable/resources/caches.py @@ -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 @@ -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 diff --git a/src/asktable/resources/chats/chats.py b/src/asktable/resources/chats/chats.py index 3c6606ed..a20f13ad 100644 --- a/src/asktable/resources/chats/chats.py +++ b/src/asktable/resources/chats/chats.py @@ -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 @@ -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 diff --git a/src/asktable/resources/chats/messages.py b/src/asktable/resources/chats/messages.py index fe26fef5..6d5a2c01 100644 --- a/src/asktable/resources/chats/messages.py +++ b/src/asktable/resources/chats/messages.py @@ -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 @@ -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 diff --git a/src/asktable/resources/datasources/datasources.py b/src/asktable/resources/datasources/datasources.py index 8dda87f8..559a9321 100644 --- a/src/asktable/resources/datasources/datasources.py +++ b/src/asktable/resources/datasources/datasources.py @@ -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 @@ -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 diff --git a/src/asktable/resources/datasources/indexes.py b/src/asktable/resources/datasources/indexes.py index 8c5e4638..943dab53 100644 --- a/src/asktable/resources/datasources/indexes.py +++ b/src/asktable/resources/datasources/indexes.py @@ -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 @@ -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 diff --git a/src/asktable/resources/datasources/meta.py b/src/asktable/resources/datasources/meta.py index e52b23c1..ce2bf23d 100644 --- a/src/asktable/resources/datasources/meta.py +++ b/src/asktable/resources/datasources/meta.py @@ -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 @@ -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 diff --git a/src/asktable/resources/datasources/upload_params.py b/src/asktable/resources/datasources/upload_params.py index 8ce7e2cb..aab0b9cb 100644 --- a/src/asktable/resources/datasources/upload_params.py +++ b/src/asktable/resources/datasources/upload_params.py @@ -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 @@ -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 diff --git a/src/asktable/resources/extapis/extapis.py b/src/asktable/resources/extapis/extapis.py index 65fd75dd..e1c7312a 100644 --- a/src/asktable/resources/extapis/extapis.py +++ b/src/asktable/resources/extapis/extapis.py @@ -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 @@ -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 diff --git a/src/asktable/resources/extapis/routes.py b/src/asktable/resources/extapis/routes.py index 243a26f6..d455577b 100644 --- a/src/asktable/resources/extapis/routes.py +++ b/src/asktable/resources/extapis/routes.py @@ -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 @@ -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 diff --git a/src/asktable/resources/integration.py b/src/asktable/resources/integration.py index 1b9a2934..f944649c 100644 --- a/src/asktable/resources/integration.py +++ b/src/asktable/resources/integration.py @@ -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 @@ -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 diff --git a/src/asktable/resources/policies.py b/src/asktable/resources/policies.py index 638787a2..b3891c73 100644 --- a/src/asktable/resources/policies.py +++ b/src/asktable/resources/policies.py @@ -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 @@ -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 diff --git a/src/asktable/resources/preferences.py b/src/asktable/resources/preferences.py index 2bba1daa..423f2682 100644 --- a/src/asktable/resources/preferences.py +++ b/src/asktable/resources/preferences.py @@ -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 @@ -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 diff --git a/src/asktable/resources/project.py b/src/asktable/resources/project.py index 270aa2a5..726b33af 100644 --- a/src/asktable/resources/project.py +++ b/src/asktable/resources/project.py @@ -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 @@ -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 diff --git a/src/asktable/resources/roles.py b/src/asktable/resources/roles.py index eea360f5..57f2954a 100644 --- a/src/asktable/resources/roles.py +++ b/src/asktable/resources/roles.py @@ -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 @@ -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 diff --git a/src/asktable/resources/scores.py b/src/asktable/resources/scores.py index 6c178a07..45977016 100644 --- a/src/asktable/resources/scores.py +++ b/src/asktable/resources/scores.py @@ -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 @@ -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 diff --git a/src/asktable/resources/securetunnels.py b/src/asktable/resources/securetunnels.py index 839ee70a..e20f329d 100644 --- a/src/asktable/resources/securetunnels.py +++ b/src/asktable/resources/securetunnels.py @@ -37,7 +37,7 @@ class SecuretunnelsResource(SyncAPIResource): @cached_property def with_raw_response(self) -> SecuretunnelsResourceWithRawResponse: """ - 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 @@ -306,7 +306,7 @@ class AsyncSecuretunnelsResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncSecuretunnelsResourceWithRawResponse: """ - 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 diff --git a/src/asktable/resources/sqls.py b/src/asktable/resources/sqls.py index 987bf2b3..65e98c2a 100644 --- a/src/asktable/resources/sqls.py +++ b/src/asktable/resources/sqls.py @@ -31,7 +31,7 @@ class SqlsResource(SyncAPIResource): @cached_property def with_raw_response(self) -> SqlsResourceWithRawResponse: """ - 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 @@ -155,7 +155,7 @@ class AsyncSqlsResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncSqlsResourceWithRawResponse: """ - 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 diff --git a/src/asktable/resources/sys/projects/api_keys.py b/src/asktable/resources/sys/projects/api_keys.py index fe34b0eb..7a16d66c 100644 --- a/src/asktable/resources/sys/projects/api_keys.py +++ b/src/asktable/resources/sys/projects/api_keys.py @@ -32,7 +32,7 @@ class APIKeysResource(SyncAPIResource): @cached_property def with_raw_response(self) -> APIKeysResourceWithRawResponse: """ - 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 @@ -214,7 +214,7 @@ class AsyncAPIKeysResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncAPIKeysResourceWithRawResponse: """ - 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 diff --git a/src/asktable/resources/sys/projects/projects.py b/src/asktable/resources/sys/projects/projects.py index 5d4f0dcf..29c51670 100644 --- a/src/asktable/resources/sys/projects/projects.py +++ b/src/asktable/resources/sys/projects/projects.py @@ -44,7 +44,7 @@ def api_keys(self) -> APIKeysResource: @cached_property def with_raw_response(self) -> ProjectsResourceWithRawResponse: """ - 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 @@ -289,7 +289,7 @@ def api_keys(self) -> AsyncAPIKeysResource: @cached_property def with_raw_response(self) -> AsyncProjectsResourceWithRawResponse: """ - 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 diff --git a/src/asktable/resources/sys/sys.py b/src/asktable/resources/sys/sys.py index c2fb5786..27f630db 100644 --- a/src/asktable/resources/sys/sys.py +++ b/src/asktable/resources/sys/sys.py @@ -24,7 +24,7 @@ def projects(self) -> ProjectsResource: @cached_property def with_raw_response(self) -> SysResourceWithRawResponse: """ - 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 @@ -49,7 +49,7 @@ def projects(self) -> AsyncProjectsResource: @cached_property def with_raw_response(self) -> AsyncSysResourceWithRawResponse: """ - 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 diff --git a/src/asktable/resources/trainings.py b/src/asktable/resources/trainings.py index 2ba657bb..faa25255 100644 --- a/src/asktable/resources/trainings.py +++ b/src/asktable/resources/trainings.py @@ -32,7 +32,7 @@ class TrainingsResource(SyncAPIResource): @cached_property def with_raw_response(self) -> TrainingsResourceWithRawResponse: """ - 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 @@ -183,7 +183,7 @@ class AsyncTrainingsResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncTrainingsResourceWithRawResponse: """ - 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