The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
1234567891011121314151617
  1. [
  2. {
  3. "comment": "declare default parameters for proxy script part",
  4. "include": "_defaults",
  5. "params": {
  6. "URL": "<<<URL>>>",
  7. "OUTFILE": "<<<OUTFILE>>>"
  8. }
  9. },
  10. {
  11. "comment": "try proxy to <<<URL>>>",
  12. "request": { "uri": "p/<<<URL>>>" },
  13. "response": { "raw": <<RAW>> },
  14. "after": "save-download-to-file <<OUTFILE>>"
  15. }
  16. ]