This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
Releases: novalabsxyz/helium-python
Releases · novalabsxyz/helium-python
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6: Modified add/remove_many writable relationships behavior
The add/remove method for a resource relationship now return true if the relationship was mutated and false otherwise. They also use the new endpoints that allow mutation without having to update the complete relationship
0.0.5
0.0.4: Feature/includes (#16)
* Adds support for include and use_include in relationships * Renames “build_resource” functions to “build_request” since that’s what they do. * Add _mk_one and _mk_many helper methods to Resource to DRY a bit more
0.0.3: Expose DataPoint from module
Add initial (unused) keywords for timeseries arguments
0.0.2: Feature/releases (#14)
Trying to get releases to both github and pypi to work automagically of tags