mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous: add bruno
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: Trip Details
|
||||
type: http
|
||||
seq: 4
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://api.transitous.org/api/v2/trip?tripId={{trip_id}}
|
||||
headers:
|
||||
- name: User-Agent
|
||||
value: Gleiswechsel-Discord-Bot
|
||||
params:
|
||||
- name: tripId
|
||||
value: "{{trip_id}}"
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user