From bf5234cd2fc6e134806f9bb99587a7184b6679d1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:09:49 +0000 Subject: [PATCH] docs(raw responses): fix duplicate `the` (#229) --- src/onebusaway/resources/agencies_with_coverage.py | 4 ++-- src/onebusaway/resources/agency.py | 4 ++-- src/onebusaway/resources/arrival_and_departure.py | 4 ++-- src/onebusaway/resources/block.py | 4 ++-- src/onebusaway/resources/config.py | 4 ++-- src/onebusaway/resources/current_time.py | 4 ++-- src/onebusaway/resources/report_problem_with_stop.py | 4 ++-- src/onebusaway/resources/report_problem_with_trip.py | 4 ++-- src/onebusaway/resources/route.py | 4 ++-- src/onebusaway/resources/route_ids_for_agency.py | 4 ++-- src/onebusaway/resources/routes_for_agency.py | 4 ++-- src/onebusaway/resources/routes_for_location.py | 4 ++-- src/onebusaway/resources/schedule_for_route.py | 4 ++-- src/onebusaway/resources/schedule_for_stop.py | 4 ++-- src/onebusaway/resources/search_for_route.py | 4 ++-- src/onebusaway/resources/search_for_stop.py | 4 ++-- src/onebusaway/resources/shape.py | 4 ++-- src/onebusaway/resources/stop.py | 4 ++-- src/onebusaway/resources/stop_ids_for_agency.py | 4 ++-- src/onebusaway/resources/stops_for_agency.py | 4 ++-- src/onebusaway/resources/stops_for_location.py | 4 ++-- src/onebusaway/resources/stops_for_route.py | 4 ++-- src/onebusaway/resources/trip.py | 4 ++-- src/onebusaway/resources/trip_details.py | 4 ++-- src/onebusaway/resources/trip_for_vehicle.py | 4 ++-- src/onebusaway/resources/trips_for_location.py | 4 ++-- src/onebusaway/resources/trips_for_route.py | 4 ++-- src/onebusaway/resources/vehicles_for_agency.py | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/onebusaway/resources/agencies_with_coverage.py b/src/onebusaway/resources/agencies_with_coverage.py index 3e4cdb3..f543a88 100644 --- a/src/onebusaway/resources/agencies_with_coverage.py +++ b/src/onebusaway/resources/agencies_with_coverage.py @@ -23,7 +23,7 @@ class AgenciesWithCoverageResource(SyncAPIResource): @cached_property def with_raw_response(self) -> AgenciesWithCoverageResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -66,7 +66,7 @@ class AsyncAgenciesWithCoverageResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncAgenciesWithCoverageResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/agency.py b/src/onebusaway/resources/agency.py index 955614b..9141792 100644 --- a/src/onebusaway/resources/agency.py +++ b/src/onebusaway/resources/agency.py @@ -23,7 +23,7 @@ class AgencyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> AgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncAgencyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/arrival_and_departure.py b/src/onebusaway/resources/arrival_and_departure.py index 20437d5..8323a51 100644 --- a/src/onebusaway/resources/arrival_and_departure.py +++ b/src/onebusaway/resources/arrival_and_departure.py @@ -32,7 +32,7 @@ class ArrivalAndDepartureResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ArrivalAndDepartureResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -157,7 +157,7 @@ class AsyncArrivalAndDepartureResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncArrivalAndDepartureResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/block.py b/src/onebusaway/resources/block.py index 8e0f23f..cbee583 100644 --- a/src/onebusaway/resources/block.py +++ b/src/onebusaway/resources/block.py @@ -23,7 +23,7 @@ class BlockResource(SyncAPIResource): @cached_property def with_raw_response(self) -> BlockResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncBlockResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncBlockResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/config.py b/src/onebusaway/resources/config.py index 56b30af..4b3de23 100644 --- a/src/onebusaway/resources/config.py +++ b/src/onebusaway/resources/config.py @@ -23,7 +23,7 @@ class ConfigResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ConfigResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -63,7 +63,7 @@ class AsyncConfigResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncConfigResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/current_time.py b/src/onebusaway/resources/current_time.py index 1923f27..1dcc9a8 100644 --- a/src/onebusaway/resources/current_time.py +++ b/src/onebusaway/resources/current_time.py @@ -23,7 +23,7 @@ class CurrentTimeResource(SyncAPIResource): @cached_property def with_raw_response(self) -> CurrentTimeResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -63,7 +63,7 @@ class AsyncCurrentTimeResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncCurrentTimeResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/report_problem_with_stop.py b/src/onebusaway/resources/report_problem_with_stop.py index b10f43f..d1614f6 100644 --- a/src/onebusaway/resources/report_problem_with_stop.py +++ b/src/onebusaway/resources/report_problem_with_stop.py @@ -30,7 +30,7 @@ class ReportProblemWithStopResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ReportProblemWithStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -113,7 +113,7 @@ class AsyncReportProblemWithStopResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncReportProblemWithStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/report_problem_with_trip.py b/src/onebusaway/resources/report_problem_with_trip.py index 140dab7..d0f9733 100644 --- a/src/onebusaway/resources/report_problem_with_trip.py +++ b/src/onebusaway/resources/report_problem_with_trip.py @@ -30,7 +30,7 @@ class ReportProblemWithTripResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ReportProblemWithTripResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -140,7 +140,7 @@ class AsyncReportProblemWithTripResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncReportProblemWithTripResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/route.py b/src/onebusaway/resources/route.py index 110f91b..62ae14a 100644 --- a/src/onebusaway/resources/route.py +++ b/src/onebusaway/resources/route.py @@ -23,7 +23,7 @@ class RouteResource(SyncAPIResource): @cached_property def with_raw_response(self) -> RouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncRouteResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/route_ids_for_agency.py b/src/onebusaway/resources/route_ids_for_agency.py index 69c45d9..e5ddfa3 100644 --- a/src/onebusaway/resources/route_ids_for_agency.py +++ b/src/onebusaway/resources/route_ids_for_agency.py @@ -23,7 +23,7 @@ class RouteIDsForAgencyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> RouteIDsForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncRouteIDsForAgencyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncRouteIDsForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/routes_for_agency.py b/src/onebusaway/resources/routes_for_agency.py index cc20b2d..ff7a8cd 100644 --- a/src/onebusaway/resources/routes_for_agency.py +++ b/src/onebusaway/resources/routes_for_agency.py @@ -23,7 +23,7 @@ class RoutesForAgencyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> RoutesForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncRoutesForAgencyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncRoutesForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/routes_for_location.py b/src/onebusaway/resources/routes_for_location.py index 4eab85b..d315909 100644 --- a/src/onebusaway/resources/routes_for_location.py +++ b/src/onebusaway/resources/routes_for_location.py @@ -28,7 +28,7 @@ class RoutesForLocationResource(SyncAPIResource): @cached_property def with_raw_response(self) -> RoutesForLocationResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -99,7 +99,7 @@ class AsyncRoutesForLocationResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncRoutesForLocationResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/schedule_for_route.py b/src/onebusaway/resources/schedule_for_route.py index c7c2346..3d5509d 100644 --- a/src/onebusaway/resources/schedule_for_route.py +++ b/src/onebusaway/resources/schedule_for_route.py @@ -31,7 +31,7 @@ class ScheduleForRouteResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ScheduleForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -95,7 +95,7 @@ class AsyncScheduleForRouteResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncScheduleForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/schedule_for_stop.py b/src/onebusaway/resources/schedule_for_stop.py index fccd5d5..78b4d36 100644 --- a/src/onebusaway/resources/schedule_for_stop.py +++ b/src/onebusaway/resources/schedule_for_stop.py @@ -31,7 +31,7 @@ class ScheduleForStopResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ScheduleForStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -93,7 +93,7 @@ class AsyncScheduleForStopResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncScheduleForStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/search_for_route.py b/src/onebusaway/resources/search_for_route.py index 5d21094..fe1d9a2 100644 --- a/src/onebusaway/resources/search_for_route.py +++ b/src/onebusaway/resources/search_for_route.py @@ -28,7 +28,7 @@ class SearchForRouteResource(SyncAPIResource): @cached_property def with_raw_response(self) -> SearchForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -95,7 +95,7 @@ class AsyncSearchForRouteResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncSearchForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/search_for_stop.py b/src/onebusaway/resources/search_for_stop.py index 78cf27b..8efb8ad 100644 --- a/src/onebusaway/resources/search_for_stop.py +++ b/src/onebusaway/resources/search_for_stop.py @@ -28,7 +28,7 @@ class SearchForStopResource(SyncAPIResource): @cached_property def with_raw_response(self) -> SearchForStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -95,7 +95,7 @@ class AsyncSearchForStopResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncSearchForStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/shape.py b/src/onebusaway/resources/shape.py index c1bb6f7..0b4c291 100644 --- a/src/onebusaway/resources/shape.py +++ b/src/onebusaway/resources/shape.py @@ -23,7 +23,7 @@ class ShapeResource(SyncAPIResource): @cached_property def with_raw_response(self) -> ShapeResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncShapeResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncShapeResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/stop.py b/src/onebusaway/resources/stop.py index 2fec702..502f8ce 100644 --- a/src/onebusaway/resources/stop.py +++ b/src/onebusaway/resources/stop.py @@ -23,7 +23,7 @@ class StopResource(SyncAPIResource): @cached_property def with_raw_response(self) -> StopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncStopResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncStopResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/stop_ids_for_agency.py b/src/onebusaway/resources/stop_ids_for_agency.py index e1146b1..3850d16 100644 --- a/src/onebusaway/resources/stop_ids_for_agency.py +++ b/src/onebusaway/resources/stop_ids_for_agency.py @@ -23,7 +23,7 @@ class StopIDsForAgencyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> StopIDsForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncStopIDsForAgencyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncStopIDsForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/stops_for_agency.py b/src/onebusaway/resources/stops_for_agency.py index 0aa3acc..834ab5c 100644 --- a/src/onebusaway/resources/stops_for_agency.py +++ b/src/onebusaway/resources/stops_for_agency.py @@ -23,7 +23,7 @@ class StopsForAgencyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> StopsForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncStopsForAgencyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncStopsForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/stops_for_location.py b/src/onebusaway/resources/stops_for_location.py index a4fa7c8..80322e3 100644 --- a/src/onebusaway/resources/stops_for_location.py +++ b/src/onebusaway/resources/stops_for_location.py @@ -28,7 +28,7 @@ class StopsForLocationResource(SyncAPIResource): @cached_property def with_raw_response(self) -> StopsForLocationResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -107,7 +107,7 @@ class AsyncStopsForLocationResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncStopsForLocationResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/stops_for_route.py b/src/onebusaway/resources/stops_for_route.py index 3d1b92a..36f7514 100644 --- a/src/onebusaway/resources/stops_for_route.py +++ b/src/onebusaway/resources/stops_for_route.py @@ -28,7 +28,7 @@ class StopsForRouteResource(SyncAPIResource): @cached_property def with_raw_response(self) -> StopsForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -98,7 +98,7 @@ class AsyncStopsForRouteResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncStopsForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/trip.py b/src/onebusaway/resources/trip.py index 2484425..9b7e137 100644 --- a/src/onebusaway/resources/trip.py +++ b/src/onebusaway/resources/trip.py @@ -23,7 +23,7 @@ class TripResource(SyncAPIResource): @cached_property def with_raw_response(self) -> TripResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -77,7 +77,7 @@ class AsyncTripResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncTripResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/trip_details.py b/src/onebusaway/resources/trip_details.py index a75d05a..71092c9 100644 --- a/src/onebusaway/resources/trip_details.py +++ b/src/onebusaway/resources/trip_details.py @@ -28,7 +28,7 @@ class TripDetailsResource(SyncAPIResource): @cached_property def with_raw_response(self) -> TripDetailsResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -113,7 +113,7 @@ class AsyncTripDetailsResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncTripDetailsResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/trip_for_vehicle.py b/src/onebusaway/resources/trip_for_vehicle.py index fdd77a2..4417b48 100644 --- a/src/onebusaway/resources/trip_for_vehicle.py +++ b/src/onebusaway/resources/trip_for_vehicle.py @@ -28,7 +28,7 @@ class TripForVehicleResource(SyncAPIResource): @cached_property def with_raw_response(self) -> TripForVehicleResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -109,7 +109,7 @@ class AsyncTripForVehicleResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncTripForVehicleResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/trips_for_location.py b/src/onebusaway/resources/trips_for_location.py index 2b8369c..84958f9 100644 --- a/src/onebusaway/resources/trips_for_location.py +++ b/src/onebusaway/resources/trips_for_location.py @@ -28,7 +28,7 @@ class TripsForLocationResource(SyncAPIResource): @cached_property def with_raw_response(self) -> TripsForLocationResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -117,7 +117,7 @@ class AsyncTripsForLocationResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncTripsForLocationResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/trips_for_route.py b/src/onebusaway/resources/trips_for_route.py index 2f715ba..a5ca21d 100644 --- a/src/onebusaway/resources/trips_for_route.py +++ b/src/onebusaway/resources/trips_for_route.py @@ -28,7 +28,7 @@ class TripsForRouteResource(SyncAPIResource): @cached_property def with_raw_response(self) -> TripsForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -103,7 +103,7 @@ class AsyncTripsForRouteResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncTripsForRouteResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers diff --git a/src/onebusaway/resources/vehicles_for_agency.py b/src/onebusaway/resources/vehicles_for_agency.py index b423def..3f8697d 100644 --- a/src/onebusaway/resources/vehicles_for_agency.py +++ b/src/onebusaway/resources/vehicles_for_agency.py @@ -28,7 +28,7 @@ class VehiclesForAgencyResource(SyncAPIResource): @cached_property def with_raw_response(self) -> VehiclesForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers @@ -89,7 +89,7 @@ class AsyncVehiclesForAgencyResource(AsyncAPIResource): @cached_property def with_raw_response(self) -> AsyncVehiclesForAgencyResourceWithRawResponse: """ - 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/OneBusAway/python-sdk#accessing-raw-response-data-eg-headers