- models_rs: adding the missing field fileSize to the post resource
- tokens_rs: adding conditional compilation for an import
- tokens: fixing typesafe named tokens
- pyproject_toml: enabling python 3.7 support so this will work on my raspberry pi
- all: adding python library wrapper
- python: refactoring python client
- cargo: adding vendored openssl to help with build
- python-client: fixing paged search results to use a PyList instead
- python: adding custom python modules to possibly help with documentation
- models: removing unnecessary python classes
- models: saving some changes in prep of python library
- client: changed all resources so that the URLs include the server's base URL
- tokens: cleanup dead code
- client: adding post image and post thumbnail downloading methods
- client: fixing API path for file downloads
- tokens: fixing token encoding
- models: fixing parsing of snapshot data
- client: fixing reverse image search
- main: fixing some stuff for clippy
- client: fixes for user and token CRUD operations
- client: fixing tokens to not be encoded wholesale
- client: fixing pool CRUD operations
- client.rs: fixing file uploads requiring file name