python3-discogs-client Logo
latest

Contents:

  • About
  • Quickstart
    • Instantiating the client object
    • Searching
    • Most other objects
  • Authentication
    • User-token Authentication
    • OAuth Authentication
    • More information
  • Managing Release and Collection data
    • Release Data
      • Artists
      • Formats
      • Genres
      • Images
      • Tracklist
      • Community Details
    • Collection Data
      • Collection Items by Folder
      • Collection Items by Release
      • Adding a Release to a Collection Folder
      • Removing a Release from a Collection Folder
    • Using fetch() to get other data
  • Fetching data using the REPL
    • Artist
      • Special properties
    • Release
      • Special properties
    • MasterRelease
      • Special properties
    • Label
      • Special properties
  • Marketplace listing
    • Add
    • Read
    • Update
    • Delete
    • More information
  • Optional Configuration
    • Requests rate limiting
    • Request timeouts
  • Contributing
    • Submitting
    • Testing an unreleased feature
    • Writing Documentation
  • Writing and Updating Documentation
    • Fork and Clone the Repository
    • Install Prerequisites
    • Edit Files
    • Build the Documentation
    • Create a Pull Request
  • discogs_client package
    • discogs_client.client module
      • Client
        • Client._base_url
        • Client._request_token_url
        • Client._authorize_url
        • Client._access_token_url
        • Client.set_consumer_key()
        • Client.set_token()
        • Client.get_authorize_url()
        • Client.get_access_token()
        • Client._check_user_agent()
        • Client._request()
        • Client._get()
        • Client._delete()
        • Client._post()
        • Client._patch()
        • Client._put()
        • Client.search()
        • Client.artist()
        • Client.release()
        • Client.master()
        • Client.label()
        • Client.list()
        • Client.user()
        • Client.listing()
        • Client.order()
        • Client.fee_for()
        • Client.identity()
        • Client.backoff_enabled
        • Client.connection_timeout
        • Client.read_timeout
        • Client.set_timeout()
    • discogs_client.exceptions module
      • DiscogsAPIError
      • TooManyAttemptsError
      • ConfigurationError
      • HTTPError
      • AuthorizationError
    • discogs_client.fetchers module
      • Fetcher
        • Fetcher.backoff_enabled
        • Fetcher.connect_timeout
        • Fetcher.read_timeout
        • Fetcher.fetch()
        • Fetcher.request()
      • LoggingDelegator
        • LoggingDelegator.last_request
        • LoggingDelegator.fetch()
      • RequestsFetcher
        • RequestsFetcher.fetch()
      • UserTokenRequestsFetcher
        • UserTokenRequestsFetcher.fetch()
      • OAuth2Fetcher
        • OAuth2Fetcher.store_token_from_qs()
        • OAuth2Fetcher.forget_token()
        • OAuth2Fetcher.store_token()
        • OAuth2Fetcher.set_verifier()
        • OAuth2Fetcher.fetch()
      • FilesystemFetcher
        • FilesystemFetcher.default_response
        • FilesystemFetcher.path_with_params
        • FilesystemFetcher.fetch()
        • FilesystemFetcher.check_alternate_params()
      • MemoryFetcher
        • MemoryFetcher.default_response
        • MemoryFetcher.fetch()
    • discogs_client.models module
      • SimpleFieldDescriptor
      • ObjectFieldDescriptor
      • ListFieldDescriptor
      • ObjectCollectionDescriptor
      • Field
        • Field._descriptor_class
        • Field.to_descriptor()
      • SimpleField
        • SimpleField._descriptor_class
      • ListField
        • ListField._descriptor_class
      • ObjectField
        • ObjectField._descriptor_class
      • ObjectCollection
        • ObjectCollection._descriptor_class
      • APIObjectMeta
      • APIObject
      • PrimaryAPIObject
        • PrimaryAPIObject.refresh()
        • PrimaryAPIObject.save()
        • PrimaryAPIObject.delete()
        • PrimaryAPIObject.fetch()
      • SecondaryAPIObject
        • SecondaryAPIObject.fetch()
      • BasePaginatedResponse
        • BasePaginatedResponse.per_page
        • BasePaginatedResponse._invalidate()
        • BasePaginatedResponse._load_pagination_info()
        • BasePaginatedResponse._url_for_page()
        • BasePaginatedResponse.sort()
        • BasePaginatedResponse.filter()
        • BasePaginatedResponse.pages
        • BasePaginatedResponse.count
        • BasePaginatedResponse.page()
        • BasePaginatedResponse._transform()
      • PaginatedList
        • PaginatedList._transform()
      • Wantlist
        • Wantlist.add()
        • Wantlist.remove()
      • Inventory
        • Inventory.add_listing()
      • OrderMessagesList
        • OrderMessagesList.add()
      • MixedPaginatedList
        • MixedPaginatedList._transform()
      • Artist
        • Artist.id
        • Artist.name
        • Artist.real_name
        • Artist.images
        • Artist.profile
        • Artist.data_quality
        • Artist.name_variations
        • Artist.url
        • Artist.urls
        • Artist.aliases
        • Artist.members
        • Artist.groups
        • Artist.join
        • Artist.releases
      • Release
        • Release.id
        • Release.title
        • Release.year
        • Release.thumb
        • Release.data_quality
        • Release.status
        • Release.genres
        • Release.images
        • Release.country
        • Release.notes
        • Release.formats
        • Release.styles
        • Release.url
        • Release.videos
        • Release.tracklist
        • Release.artists
        • Release.artists_sort
        • Release.credits
        • Release.labels
        • Release.companies
        • Release.community
        • Release.master
        • Release.marketplace_stats
        • Release.price_suggestions
      • MarketplaceStats
        • MarketplaceStats.num_for_sale
        • MarketplaceStats.blocked_from_sale
        • MarketplaceStats.lowest_price
      • PriceSuggestions
        • PriceSuggestions.very_good
        • PriceSuggestions.good_plus
        • PriceSuggestions.near_mint
        • PriceSuggestions.good
        • PriceSuggestions.very_good_plus
        • PriceSuggestions.mint
        • PriceSuggestions.fair
        • PriceSuggestions.poor
      • Master
        • Master.id
        • Master.title
        • Master.data_quality
        • Master.styles
        • Master.year
        • Master.genres
        • Master.images
        • Master.url
        • Master.videos
        • Master.tracklist
        • Master.main_release
        • Master.versions
      • Label
        • Label.id
        • Label.name
        • Label.profile
        • Label.urls
        • Label.images
        • Label.contact_info
        • Label.data_quality
        • Label.url
        • Label.sublabels
        • Label.parent_label
        • Label.releases
        • Label.catno
      • User
        • User.id
        • User.username
        • User.releases_contributed
        • User.num_collection
        • User.num_wantlist
        • User.num_lists
        • User.rank
        • User.rating_avg
        • User.url
        • User.name
        • User.profile
        • User.location
        • User.home_page
        • User.registered
        • User.inventory
        • User.wantlist
        • User.orders
        • User.lists
        • User.collection_folders
        • User.collection_items()
        • User.collection_value
      • WantlistItem
        • WantlistItem.id
        • WantlistItem.rating
        • WantlistItem.notes
        • WantlistItem.notes_public
        • WantlistItem.release
      • CollectionItemInstance
        • CollectionItemInstance.id
        • CollectionItemInstance.instance_id
        • CollectionItemInstance.rating
        • CollectionItemInstance.folder_id
        • CollectionItemInstance.notes
        • CollectionItemInstance.date_added
        • CollectionItemInstance.release
      • CollectionValue
        • CollectionValue.maximum
        • CollectionValue.median
        • CollectionValue.minimum
      • CollectionFolder
        • CollectionFolder.id
        • CollectionFolder.name
        • CollectionFolder.count
        • CollectionFolder.releases
        • CollectionFolder.add_release()
        • CollectionFolder.remove_release()
      • List
        • List.id
        • List.name
        • List.description
        • List.public
        • List.url
        • List.date_changed
        • List.date_added
        • List.items
      • Listing
        • Listing.id
        • Listing.status
        • Listing.allow_offers
        • Listing.condition
        • Listing.sleeve_condition
        • Listing.ships_from
        • Listing.comments
        • Listing.audio
        • Listing.url
        • Listing.release
        • Listing.seller
        • Listing.posted
        • Listing.weight
        • Listing.location
        • Listing.format_quantity
        • Listing.external_id
        • Listing.price
      • Order
        • Order.id
        • Order.next_status
        • Order.shipping_address
        • Order.additional_instructions
        • Order.url
        • Order.status
        • Order.fee
        • Order.buyer
        • Order.seller
        • Order.created
        • Order.last_activity
        • Order.messages
        • Order.items
        • Order.shipping
      • OrderMessage
        • OrderMessage.subject
        • OrderMessage.message
        • OrderMessage.to
        • OrderMessage.order
        • OrderMessage.timestamp
      • Track
        • Track.duration
        • Track.position
        • Track.title
        • Track.artists
        • Track.credits
      • Price
        • Price.currency
        • Price.value
      • Video
        • Video.duration
        • Video.embed
        • Video.title
        • Video.description
        • Video.url
      • ListItem
        • ListItem.id
        • ListItem.comment
        • ListItem.display_title
        • ListItem.type
        • ListItem.image_url
        • ListItem.url
      • CommunityDetails
        • CommunityDetails.status
        • CommunityDetails.data_quality
        • CommunityDetails.want
        • CommunityDetails.have
        • CommunityDetails.rating
        • CommunityDetails.contributors
        • CommunityDetails.submitter
      • Rating
        • Rating.count
        • Rating.average
    • discogs_client.utils module
      • parse_timestamp()
      • update_qs()
      • omit_none()
      • jitter()
      • get_backoff_duration()
      • backoff()
      • Condition
        • Condition.MINT
        • Condition.NEAR_MINT
        • Condition.VERY_GOOD_PLUS
        • Condition.VERY_GOOD
        • Condition.GOOD_PLUS
        • Condition.GOOD
        • Condition.FAIR
        • Condition.POOR
        • Condition.GENERIC
        • Condition.NOT_GRADED
        • Condition.NO_COVER
      • Status
        • Status.FOR_SALE
        • Status.DRAFT
        • Status.EXPIRED
      • Sort
        • Sort.By
        • Sort.Order
python3-discogs-client
  • python3-discogs-client documentation
  • Edit on GitHub

python3-discogs-client documentation

Contents:

  • About
  • Quickstart
    • Instantiating the client object
    • Searching
    • Most other objects
  • Authentication
    • User-token Authentication
    • OAuth Authentication
    • More information
  • Managing Release and Collection data
    • Release Data
    • Collection Data
    • Using fetch() to get other data
  • Fetching data using the REPL
    • Artist
    • Release
    • MasterRelease
    • Label
  • Marketplace listing
    • Add
    • Read
    • Update
    • Delete
    • More information
  • Optional Configuration
    • Requests rate limiting
    • Request timeouts
  • Contributing
    • Submitting
    • Testing an unreleased feature
    • Writing Documentation
  • Writing and Updating Documentation
    • Fork and Clone the Repository
    • Install Prerequisites
    • Edit Files
    • Build the Documentation
    • Create a Pull Request
  • discogs_client package
    • discogs_client.client module
    • discogs_client.exceptions module
    • discogs_client.fetchers module
    • discogs_client.models module
    • discogs_client.utils module

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2020-2022, The Joalla Team. Revision 62921462. Last updated on Jan 22, 2023.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
v2.5
v2.4
v2.3.15
v2.3.14
v2.3.13
v2.3.12
docs_config_chapter
Downloads
html
On Read the Docs
Project Home
Builds