Using HTTP.jl to communicate with Baserow #1099
Closed
ghost
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As this is a use case demo. I would like to demonstrate how to use the library
HTTP.jl
to test the get ( method http ) in Baserow. There aren't many tutorials on the internet aboutHTTP.jl
, so what I'm writing can help anyone or not. I recently wrote about this code here: Baserow API for the Julia programming language as demoMaybe in the future I’ll develop some library in julia to interact with Baserow as
HTTP.jl
. However, as my idea is to present a code demonstration that can be used by anyone here, something like this:The output of this code would be something like this:
Beta Was this translation helpful? Give feedback.
All reactions