Skip to content

Commit

Permalink
Added some more Discogs API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed May 27, 2024
1 parent 2d632c3 commit 7a6fa5c
Show file tree
Hide file tree
Showing 28 changed files with 4,397 additions and 1,042 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ env:
TIDAL_PRIVATE_CLIENT_SECRET: ${{ secrets.TIDAL_PRIVATE_CLIENT_SECRET }}
jobs:
build:
name: continuous-integration-${{ matrix.os }}-python-${{ matrix.python-version }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
name: continuous-integration
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
Expand All @@ -26,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: "3.9"
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- name: pip-install-dependencies
Expand Down
Binary file modified docs/.doctrees/api/minim.discogs.API.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/notebooks/getting_started.doctree
Binary file not shown.
Binary file modified docs/.doctrees/notebooks/user_guide/editing_audio_metadata.doctree
Binary file not shown.
Binary file not shown.
1,222 changes: 1,173 additions & 49 deletions docs/_modules/minim/discogs.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/_sources/api/minim.discogs.API.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,35 @@
.. autosummary::
:nosignatures:

~API.add_collection_folder_release
~API.add_order_message
~API.create_collection_folder
~API.create_listing
~API.delete_collection_folder
~API.delete_collection_folder_release
~API.delete_listing
~API.delete_user_release_rating
~API.download_inventory_export
~API.edit_collection_folder_release
~API.edit_collection_release_field
~API.edit_listing
~API.edit_order
~API.edit_profile
~API.export_inventory
~API.get_artist
~API.get_artist_releases
~API.get_collection_fields
~API.get_collection_folder
~API.get_collection_folder_releases
~API.get_collection_folders
~API.get_collection_folders_by_release
~API.get_collection_value
~API.get_community_release_rating
~API.get_fee
~API.get_identity
~API.get_inventory
~API.get_inventory_export
~API.get_inventory_exports
~API.get_label
~API.get_label_releases
~API.get_listing
Expand All @@ -45,6 +61,7 @@
~API.get_user_orders
~API.get_user_release_rating
~API.get_user_submissions
~API.rename_collection_folder
~API.search
~API.set_access_token
~API.set_flow
Expand Down
Loading

0 comments on commit 7a6fa5c

Please sign in to comment.