Skip to content

Instantly share code, notes, and snippets.

@piotch
Created November 5, 2019 21:12
Show Gist options
  • Save piotch/fc4a0661459acf08b471677749abe6b4 to your computer and use it in GitHub Desktop.
Save piotch/fc4a0661459acf08b471677749abe6b4 to your computer and use it in GitHub Desktop.
DATA_PROVIDERS: [
 {
   type: "HttpAPI"
   name: "test"
   baseroute: "https://httpbin.org/anything"
 }
]
DATA_SOURCES: [
 {
   name: "test"
   domain: "test"
   live_data: true
   load: false
   parameters: {}
   method: "GET"
   url: "date/%(var)s"
   filter: ".url"
 }
]
query:
 domain: "test"
 var: "2019-04-09"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment