Liking cljdoc? Tell your friends :D

discogs.identity


get-contributionsclj

(get-contributions client username)
(get-contributions client username params)

The Contributions resource represents releases, labels, and artists submitted by a user.

The Contributions resource represents releases, labels,
and artists submitted by a user.
sourceraw docstring

get-profileclj

(get-profile client username)

Retrieve a user by username.

If authenticated as the requested user, the email key will be visible, and the num_list count will include the user’s private lists.

If authenticated as the requested user or the user’s collection/wantlist is public, the num_collection / num_wantlist keys will be visible.

Retrieve a user by username.

If authenticated as the requested user, the email key will be visible,
and the num_list count will include the user’s private lists.

If authenticated as the requested user or the user’s collection/wantlist is public,
the num_collection / num_wantlist keys will be visible.
sourceraw docstring

get-submissionsclj

(get-submissions client username)

The Submissions resource represents all edits that a user makes to releases, labels, and artist.

The Submissions resource represents all edits that a user makes
to releases, labels, and artist.
sourceraw docstring

whoamiclj

(whoami client)

Retrieve basic information about the authenticated user.

You can use this resource to find out who you’re authenticated as, and it also doubles as a good sanity check to ensure that you’re using OAuth correctly.

For more detailed information, make another request for the user’s Profile.

Retrieve basic information about the authenticated user.

You can use this resource to find out who you’re authenticated as, and it also
doubles as a good sanity check to ensure that you’re using OAuth correctly.

For more detailed information, make another request for the user’s Profile.
sourceraw docstring

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

× close