summaryrefslogtreecommitdiff
path: root/bridge.sc
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.sc')
-rw-r--r--bridge.sc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bridge.sc b/bridge.sc
new file mode 100644
index 00000000..bdfbe26a
--- /dev/null
+++ b/bridge.sc
@@ -0,0 +1,4 @@
+import ammonite.ops._
+val zippedBytes = scalaj.http.Http()
+ .asBytes
+ .body \ No newline at end of file