https://github.com/quantumplation/runscopeexport
A little utility to export requests from https://www.runscope.com as json files.
https://github.com/quantumplation/runscopeexport
Last synced: 9 months ago
JSON representation
A little utility to export requests from https://www.runscope.com as json files.
- Host: GitHub
- URL: https://github.com/quantumplation/runscopeexport
- Owner: Quantumplation
- License: isc
- Created: 2015-06-25T02:18:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T02:42:32.000Z (about 11 years ago)
- Last Synced: 2025-08-31T07:25:49.835Z (10 months ago)
- Language: Haskell
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RunscopeExport
A little utility to export requests from https://www.runscope.com as separate json files.
This is my first non-toy haskell application (i.e. not solving some Project Euler problem or something). Writing it was incredibly enlightening, but the code I'm sure is missing out on a lot of awesome Haskell idioms. I'm looking for any feedback, feel free to create issues / pull requests with feedback.
This is still very much a work in progress:
- Ugly code (but not as ugly as before!)
- Most of the ugliness comes from mixing up Text, String, ByteString and Lazy.ByteString and having to shuttle between them
- Tied to TFS json request format for filenames (I plan on taking an argument for which json field to use for the Map key)
- Not parallel
Create two files, "auth_token.secret" and "bucket_key.secret" with your runscope API key and bucket respectively.