Liking cljdoc? Tell your friends :D

nsfw.env

Shell environment helpers.

Shell environment helpers.
raw docstring

nsfw.github

Provides auth^2 from the v3 github api.

This library assumes you're using a ring-compatible response format.

The GitHub auth flow is relatively simple, and consists of three steps:

  1. Redirect users to github to request access permissions.
  2. Handle the redirect back from github and exchange the recieved temporary code for a long-lived access token by posting to the github api.
  3. Use the long-lived access token to query the user's protected information from the github api.

See http://developer.github.com/v3/oauth#web-application-flow for more information.

Provides auth^2 from the v3 github api.

This library assumes you're using a ring-compatible response format.

The GitHub auth flow is relatively simple, and consists of three
steps:

1. Redirect users to github to request access permissions.
2. Handle the redirect back from github and exchange the recieved
   temporary code for a long-lived access token by posting to the
   github api.
3. Use the long-lived access token to query the user's protected
   information from the github api.

See http://developer.github.com/v3/oauth#web-application-flow for
more information.
raw docstring

nsfw.http.request

Utilities for working with Ring requests

Utilities for working with Ring requests
raw docstring

nsfw.log

No vars found in this namespace.

nsfw.ops

Provides message-based dispatching and context sharing. This helps with decoupling disparate parts of an app while sharing a common context (e.g. app state, windows, connections) between those parts.

Provides message-based dispatching and context sharing. This helps
with decoupling disparate parts of an app while sharing a common
context (e.g. app state, windows, connections) between those parts.
raw docstring

nsfw.reup

Utilities for supporting a clojure.tools.namespace reloading dev lifecycle.

Add the following to your project.clj

:repl-options {:init (load-file "reup.clj")}

Utilities for supporting a clojure.tools.namespace reloading dev
lifecycle.

Add the following to your project.clj

`:repl-options {:init (load-file "reup.clj")}`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close