GitXplorerGitXplorer
l

Discogs-Postman

public
50 stars
22 forks
2 issues

Commits

List of commits on branch master.
Verified
0ffe4be16c53539f0cc33242f18e3709674609e9

fix: Fix URL of Artist releases endpoint (#2)

ttimleslie committed a year ago
Verified
640bf11b0489cb283384d0843e893ba49370f803

Merge pull request #1 from leopuleo/feat-username-variable

lleopuleo committed 5 years ago
Unverified
3a003489d5f166edaa461b5ca97d2be5cfb25aac

feat: add `username` environment variable

lleopuleo committed 5 years ago
Unverified
84548d104c29921af9125fd350a5c2e96a7150d3

fix: grammar errors and typos

lleopuleo committed 5 years ago
Verified
b62b16e16c3ced16daf13b3b994384d780fe176c

Update README.md

lleopuleo committed 6 years ago
Verified
2748839c7a24f183e18e1e04e182d05fc410d2c3

Update README.md

lleopuleo committed 6 years ago

README

The README file for this repository.

Discogs Postman

A Postman collection for Discogs public API.

Steps to get up and running

Follow these steps to quickly get up and running with the Discogs public API and Postman:

1. Import the Discogs collection and environment into Postman

Download or clone this repository and import the collection and environment files.

You can choose between version 2.0 and 2.1.

Go to the Discogs developer portal and create a public app.

create a public app

3. Add your consumer key and consumer secret to the Discogs environment variables in Postman

Copy the consumer key and consumer secret of your app into the consumer_key and consumer_secret environment variables in Postman.

get credentials

manage environment

4. Select the Discogs environment

Select Discogs from the environment drop-down menu in Postman

select environment

5. Get your request token

Open the Authentication folder and send GET Request Token call in Postman.

Inside the response section, go to the Test Results tab and copy the authorization URL.

GET request token

6. Get your OAuth verifier

Paste the authorization URL into your browser, log in to Discogs and authorize the application.

Authorize application

If the application doesn't have a valid callback URL, you will be redirected to a 404 page. You find the oauth_verifier as the last parameter of the webpage URL, copy the value and paste it into the oauth_verifier environment variable in Postman.

Application callback Copy and paste the oauth_verifier

7. Get your access token

Open the Authentication folder and send POST Access Token call in Postman.

POST access token

Congrats! You're now authenticated and can start making API calls.

8. Make your first API call!

Open the User identity folder and click Send on the GET Identity request to make your first API call. Additionally, copy and paste the username environment variables in Postman.

Discogs public API documentation

You find more information regarding Discogs public APIs here.

Contributing

Contributions are very welcome: if you spot any bug, open a new issue or pull request.

Licence

MIT