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
.dev
versioning started :)ACCESS_TOKEN
added to testsREADME.md
updated 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
- Version bump
- DOCS HOSTED!
pyproject.toml
updated
- Host-able documentation added
- Endpoints added
- thing by id
- thing images by id
- 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
and0.0.2
was testing was testing...
- 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()
delayedterm_library
andautocomplete
delayed. Need to figure out API
- Github Actions tweak
- Version bump
- tagging started
access_token
added as part ofThingiverse
object.
development
branch created,- Github Actions tweaked to only run on
main
branch.
- Add CHANGELOG :)
- Version bumped
- Github Actions added
- Github repo created :_)
- Tests setup
- API Setup
- Got requests working
- Sample of search response in
search_res.json
(Anything before 0.0.1a2 was not recorded.)