feat: parse travel guide per date

This commit is contained in:
Björn Fromme
2025-05-14 21:51:44 +02:00
parent a588a7e6e4
commit 1e5401ea25
5 changed files with 31 additions and 10 deletions
+5
View File
@@ -48,3 +48,8 @@ GET {{base_url}}/api/travels
Accept: application/json
Authorization: Bearer {{$auth.token("oauth2_api")}}
### API travel
GET {{base_url}}/api/travels/DWWMP301125
Accept: application/json
Authorization: Bearer {{$auth.token("oauth2_api")}}