You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The json argument here is doing a lot of heavy lifting; this JSON is encoding the poke. The Urbit http-api poke method works in this same way, simply specifying JSON as one of its arguments, but it would be nice if we could specify the components of this JSON that we need a little more explicitly, like so:
Urbit.arbitrary_poke("hood","helm-hi", "msg")
Once we have our current Urbit object implementation working, we should look more closely at these ergonomics.
The text was updated successfully, but these errors were encountered:
Right now the Urbit object methods look like this:
The
json
argument here is doing a lot of heavy lifting; this JSON is encoding the poke. The Urbit http-api poke method works in this same way, simply specifying JSON as one of its arguments, but it would be nice if we could specify the components of this JSON that we need a little more explicitly, like so:Once we have our current Urbit object implementation working, we should look more closely at these ergonomics.
The text was updated successfully, but these errors were encountered: