abgespaced

An API that combines The DB Bahnhof API and the Space API
git clone git://archive.git.mtrnord.blog/MTRNord/abgespaced.git
Log | Files | Refs

.graphqlconfig (327B)


      1 {
      2   "name": "DBGraphQL Schema",
      3   "schemaPath": "schema.graphql",
      4   "extensions": {
      5     "endpoints": {
      6       "Default GraphQL Endpoint": {
      7         "url": "https://api.deutschebahn.com/free1bahnql/v1/graphql",
      8         "headers": {
      9           "Accept": "application/json"
     10         },
     11         "introspect": false
     12       }
     13     }
     14   }
     15 }