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
This exercise helped me to understand the API more deeply, hopefully it
will help our users too.
The biggest challenge was documenting `clj-http.lite.client/request`.
Its previous docstring was way too vague for me to understand, as a
user, what is available.
Also challenging is the lack of definition of the supported API.
I'm guessing our documented API is currently including lots of
unnecessary internals.
I reviewed all existing docstrings and updated where I thought I could
be clearer and/or more consistent. I added no new docstrings.
Also: added cljdoc.edn to explicitly list our docs.
Closesclj-commons#36
This exercise helped me to understand the API more deeply, hopefully it
will help our users too.
The biggest challenge was documenting `clj-http.lite.client/request`.
Its previous docstring was way too vague for me to understand, as a
user, what is available.
Also challenging is the lack of definition of the supported API.
I'm guessing our documented API is currently including lots of
unnecessary internals.
I reviewed all existing docstrings and updated where I thought I could
be clearer and/or more consistent. I added no new docstrings.
Also: added cljdoc.edn to explicitly list our docs.
Closes#36
I'll take a pass at the docstrings.
args
client/request
I'm not going to concern myself with what is/is-not part of the public API.
The text was updated successfully, but these errors were encountered: