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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.17"
".": "1.4.18"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.18 (2025-01-21)

Full Changelog: [v1.4.17...v1.4.18](https://github.com/OneBusAway/python-sdk/compare/v1.4.17...v1.4.18)

### Documentation

* **raw responses:** fix duplicate `the` ([#229](https://github.com/OneBusAway/python-sdk/issues/229)) ([3eb85fa](https://github.com/OneBusAway/python-sdk/commit/3eb85fa39efc772ba9175c5a281e19c2e22b62d4))

## 1.4.17 (2025-01-17)

Full Changelog: [v1.4.16...v1.4.17](https://github.com/OneBusAway/python-sdk/compare/v1.4.16...v1.4.17)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "onebusaway"
version = "1.4.17"
version = "1.4.18"
description = "The official Python library for the onebusaway-sdk API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/onebusaway/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "onebusaway"
__version__ = "1.4.17" # x-release-please-version
__version__ = "1.4.18" # x-release-please-version
4 changes: 2 additions & 2 deletions src/onebusaway/resources/agencies_with_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/arrival_and_departure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/current_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/report_problem_with_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/report_problem_with_trip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/route_ids_for_agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/routes_for_agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/routes_for_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/schedule_for_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/schedule_for_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/search_for_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/search_for_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/onebusaway/resources/stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading
Loading