diff --git a/README.md b/README.md index ad801aa..ab86665 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Dependencies Status](https://jarkeeper.com/Raynes/tentacles/status.svg)](https://jarkeeper.com/Raynes/tentacles) +NOT USED ANYMORE. + # An octocat is nothing without her tentacles Tentacles is a Clojure library for working with the Github v3 API. It supports the entire Github API. diff --git a/src/tentacles/orgs.clj b/src/tentacles/orgs.clj index fcca7b6..d62d396 100644 --- a/src/tentacles/orgs.clj +++ b/src/tentacles/orgs.clj @@ -15,6 +15,12 @@ [options] (api-call :get "user/orgs" nil options)) +(defn orgs-memberships + "List all the organizational memberships including for the currently + authenticated user including `state` and `role` of the user." + [options] + (api-call :get "user/memberships/orgs" nil options)) + (defn specific-org "Get a specific organization." [org & [options]]