Skip to content

Conversation

@jonperron
Copy link
Owner

Changelog:

  • Add requests objects for non-pt APIs
  • Update functions used to call APIs to use requests objects rather than dictionnaries
  • Update tests

This comment was marked as outdated.

Changelog:
* Add requests objects for non-pt APIs
* Update functions used to call APIs to use requests objects rather than dictionnaries
* Update tests
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 47 out of 47 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Whether to disable geoJSON in the response (default is False).
direction_type : str, optional
The direction type of the arrivals to fetch, e.g., "all", "forward", "backward" (default is "all").
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing documentation for the request parameter. Should add parameter description similar to other updated methods. Expected format:\npython\nrequest : ArrivalRequest\n The request object containing query parameters such as from_datetime,\n duration, depth, count, start_page, forbidden_uris, data_freshness,\n disable_geojson, and direction_type.\n

Suggested change
request : ArrivalRequest
The request object containing query parameters such as from_datetime,
duration, depth, count, start_page, forbidden_uris, data_freshness,
disable_geojson, and direction_type.

Copilot uses AI. Check for mistakes.
@jonperron jonperron merged commit c4159b9 into main Nov 11, 2025
11 checks passed
@jonperron jonperron deleted the feat/request-objects-refactor branch November 11, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants