UnionInternationalCheminsdeFer / OSDM

Projects related to an open sales & distribution API for public transportation.
https://osdm.io
Apache License 2.0
53 stars 21 forks source link

Specification for earlier/later trips? #505

Closed MaximeAnsquer closed 4 months ago

MaximeAnsquer commented 4 months ago

Hello,

I am wondering if OSDM has any recommandation for a specification of a "earlier/later trips" feature: given a trip collection, find trips with earlier (or later) departure dates.

Thanks!

CGantert345 commented 4 months ago

OSDM uses pagination: https://osdm.io/spec/pagination/

MaximeAnsquer commented 4 months ago

Perfect, thanks for the quick response.