Skip to content

Commit

Permalink
removed "/resource"
Browse files Browse the repository at this point in the history
  • Loading branch information
AnssiAhola committed Jun 14, 2022
1 parent 2365dfd commit e16e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/fetching_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ _{meth}`.remove_release` only accepts {class}`.CollectionItemInstance` objects_

## Using {meth}`~discogs_client.models.PrimaryAPIObject.fetch` to get other data

You can use the {meth}`~discogs_client.models.PrimaryAPIObject.fetch` method to get any data from an object/resource, including data that may not be accessible via the objects properties.
You can use the {meth}`~discogs_client.models.PrimaryAPIObject.fetch` method to get any data from an object, including data that may not be accessible via the objects properties.

An [authenticated Client object](authentication.md) is required. To understand the Discogs API, see the [Discogs API documentation](https://www.discogs.com/developers/) or use the community [Postman collection](https://github.com/leopuleo/discogs-postman) to test the API.

Expand Down

0 comments on commit e16e38e

Please sign in to comment.