Skip to content

Releases: garciajg/python-thingiverse

0.0.7.dev

17 Feb 09:22
32adcec

Choose a tag to compare

0.0.7.dev Pre-release
Pre-release
  • 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

14 Feb 08:46
3d83aa9

Choose a tag to compare

0.0.6rc1.dev Pre-release
Pre-release
  • .dev versioning started :)
  • ACCESS_TOKEN added to tests
  • README.md updated with documentation link and TODOs
  • get_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

11 Feb 07:26
cd8c4f1

Choose a tag to compare

v0.0.5 Pre-release
Pre-release
  • Version change

0.0.5rc2

11 Feb 06:37
5a16091

Choose a tag to compare

0.0.5rc2 Pre-release
Pre-release
  • Host-able documentation added
  • Endpoints added
    • thing by id
    • thing images by id

0.0.5rc1

11 Feb 03:22
5af72c4

Choose a tag to compare

0.0.5rc1 Pre-release
Pre-release
  • Bump version
  • Poetry manages package now
  • CI/CD for development to Test PyPI
  • CI/CD from main to Official PyPI
  • ...Everything in between 0.0.5rc1 and 0.0.2 was testing was testing...

0.0.5

11 Feb 07:14
5a16091

Choose a tag to compare

0.0.5 Pre-release
Pre-release
  • Version bump

0.0.2a2

10 Feb 15:38
a9843ef

Choose a tag to compare

0.0.2a2 Pre-release
Pre-release
  • Github Actions tweak

0.0.2a1

10 Feb 15:15
8299a29

Choose a tag to compare

0.0.2a1 Pre-release
Pre-release
  • Version bump
  • tagging started

0.0.2

10 Feb 21:36
5e9c409

Choose a tag to compare

0.0.2 Pre-release
Pre-release
  • Bump stable-ish version
  • Tests added to CI/CD
  • Sample files for /search endpoint responses
  • Tests updated to be up to date (100% :)
  • thingy.authenticate() delayed
  • term_library and autocomplete delayed. Need to figure out API
  • Searching for tag gets its own method

0.0.1a4

10 Feb 15:06
752f22a

Choose a tag to compare

0.0.1a4 Pre-release
Pre-release
  • access_token added as part of Thingiverse object.
    • this token will be used for now so the user inputs their after following oath