diff options
| author | 2023-03-29 08:49:22 -0400 | |
|---|---|---|
| committer | 2023-03-29 08:49:22 -0400 | |
| commit | 7bfa662f7ef813ff7db9a48e07f036424bc666f1 (patch) | |
| tree | b6415b3e91861e2ff589bb66aacf91424e6666eb | |
| parent | meta: add information about curl versioning (diff) | |
janet: fix oauth
| -rw-r--r-- | jurl/init.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurl/init.janet b/jurl/init.janet index a3d1d11..0d501ca 100644 --- a/jurl/init.janet +++ b/jurl/init.janet @@ -382,7 +382,7 @@ Example: `(oauth "1ab9cb22ba269a7")` `` [bearer] - {:options {:xoauth2-bearer bearer}}) + {:options {:httpauth [:bearer] :xoauth2-bearer bearer}}) (defapi query ``Adds any amount of queries to the request. |
