discogs

Crates.iodiscogs
lib.rsdiscogs
version0.3.1
sourcesrc
created_at2016-12-27 16:28:04.975451
updated_at2018-06-05 14:24:51.75554
descriptionA Library to consume Discogs API
homepage
repositoryhttps://gitlab.com/INdek/discogs-rs
max_upload_size
id7795
size105,485
Afonso Bordado (afonso360)

documentation

README

Discogs API client

Build Status Build status Coverage Status License: MIT/Apache 2.0 Crates.io

The API is slowly becoming more stabilized and probably won't change very much.

Tasks to do before 1.0.0

  • Implement all the API

    • Database
      • Release
        • Allow currency in requests
        • Community ratings
        • Get Ratings by username
        • Put Ratings by username
        • Delete Ratings by username
      • Master
        • Get Versions
      • Label
        • Get Releases
      • Artist
        • Get Releases
      • Search
        • Perform search
        • Implement filters
    • Users
      • Profile
      • Identity
      • Submissions
      • Contributions
      • Collections
      • Wantlist
      • Lists
    • Marketplace
      • Inventory
      • Listings
      • Orders
      • Fee
      • Price Suggestions
  • Rate limit the api

  • Handle query error codes that are not 200

  • Write better tests

  • Fully document all files

  • Write some example code

If you would like to contribute please file an issue or pull request, even if its to tell me that I have no documentation or tests!

License

Discogs-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Commit count: 157

cargo fmt