Traewelling / traewelling

Free check-in service to log your public transit journeys
https://traewelling.de
GNU Affero General Public License v3.0
226 stars 43 forks source link

API: Missing documentation for `/statistics` endpoint #1980

Closed marhei closed 8 months ago

marhei commented 9 months ago

There is the possibility to add a from and until parameter, but this is not documented.

MrKrisKrisu commented 8 months ago

Hmm, in der internen Spec ist es drin, aber es wird nicht in die Docs generiert. Muss man mal nachgucken, ob wir da die falsche Syntax für GET Parameter nutzen.

https://github.com/Traewelling/traewelling/blob/be4e4a1a58d5190ce48619b53ebcc18c2edfad4a/app/Http/Controllers/API/v1/StatisticsController.php#L238-L243