mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
a539d986a7
In favor of [type] syntax. Turns a bunch of ++ into +$ along the way.
36 lines
767 B
Plaintext
36 lines
767 B
Plaintext
:: API: input oauth2 application credentials for domain
|
|
::
|
|
:::: /hoon/init-oauth2/hood/gen
|
|
::
|
|
/? 314
|
|
/- sole
|
|
/+ generators
|
|
::
|
|
::::
|
|
::
|
|
=, generators
|
|
:- %ask
|
|
|= $: [now=@da eny=@uvJ bec=beak]
|
|
[arg=$@(~ [dom=path ~])]
|
|
~
|
|
==
|
|
^- (sole-result:sole [%write-sec-atom p=host:eyre q=@])
|
|
=- ?~ arg -
|
|
(fun.q.q [%& dom.arg])
|
|
%+ prompt
|
|
[%& %oauth-hostname "api hostname: https://"]
|
|
%+ parse thos:de-purl:html
|
|
|= hot=host:eyre
|
|
?: ?=(%| -.hot)
|
|
~|(%ips-unsupported !!)
|
|
%+ prompt
|
|
[%& %oauth-client "client id: "]
|
|
%+ parse (boss 256 (star prn))
|
|
|= cid=@t
|
|
%+ prompt
|
|
[%& %oauth-secret "client secret: "]
|
|
%+ parse (boss 256 (star prn))
|
|
|= cis=@t
|
|
%+ produce %write-sec-atom :: XX typed pair
|
|
[hot (of-wain:format cid cis ~)]
|