mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 12:22:10 +03:00
20 lines
385 B
Plaintext
20 lines
385 B
Plaintext
::
|
|
:::: /hook/door/bit-get-token/mar
|
|
::
|
|
/? 314
|
|
/- *bit-api
|
|
/+ http
|
|
|_ req=bit-get-token
|
|
::
|
|
++ grow
|
|
|% ++ httpreq
|
|
=- [/com/coinbase /oauth/token [%post ~] ~ `quay`-]
|
|
:~ ['grant_type' 'authorization_code']
|
|
['code' oat.req]
|
|
['redirect_uri' (crip (earn red.req))]
|
|
['client_id' cid.req]
|
|
['client_secret' sec.req]
|
|
==
|
|
--
|
|
--
|