Skip to content

Commit

Permalink
Tweak documentation on function
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jun 11, 2024
1 parent 82dd9bc commit 793a736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clj_github/httpkit_client.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
:path - used to create the :url key for HTTP kit; this is the path relative to https://api.github.com.
:throw? - if true (the default), then non-success status codes result in a thrown exception.
If set to false, then the response is returned, regardless and the caller can decide what to do
with failure statuses."
:throw? - if true (the default), then non-success status codes (codes outside the range of 200 to 204)
result in a thrown exception. If set to false, then the response is returned, regardless and the
caller can decide what to do with failure statuses."
[client req-map]
(let [{:keys [throw?]
:or {throw? true}} req-map
Expand Down

0 comments on commit 793a736

Please sign in to comment.