Releases: garciajg/python-thingiverse
Releases · garciajg/python-thingiverse
0.0.7.dev
handle_response_error()method added- raises exception on error responses
- Model added
thingivers.types.users.ThingiverseUser
get_username_things()method added (/users/{username}/things)- Fetches user's list of things
- get_username_favorites() method added (
/users/{username}/favorites)- Fetches user's list of favorites
- get_username_likes() method added (
/users/{username}/likes)- Fetches user's list of likes
get_username_copies()method added (/users/{username}/copies)- Fetches user's list of copies
get_username_collections()method added (/users/{username}/collections)- Fetches user's list of collections
get_username_downloads()method added (/users/{username}/downloads)- Fetches user's list of downloads
get_username_collected_things()method added (/users/{username}/all-collected-things)- Fetches a list of collected things by a given username
get_username_unread_message_count()method added (/users/unread-message-count)- Fetches a count of unread messages
0.0.6rc1.dev
.devversioning started :)ACCESS_TOKENadded to testsREADME.mdupdated with documentation link and TODOsget_user_by_username()method added (/users/{username}/)- Fetches a user's information
- Model added
thingivers.types.users.ThingiverseUser - Tests added
get_users_data()method added (/users/{username}/search/{term?})- Fetches user's things data
- Tests added
v0.0.5
0.0.5rc2
0.0.5rc1
0.0.5
0.0.2a2
0.0.2a1
0.0.2
- Bump stable-ish version
- Tests added to CI/CD
- Sample files for
/searchendpoint responses - Tests updated to be up to date (100% :)
thingy.authenticate()delayedterm_libraryandautocompletedelayed. Need to figure out API- Searching for tag gets its own method