Sebastian Thiel
62b63b251a
chore(json-update): latest json files
...
This also adds a usable version of the genomics API, which was empty
previously (and if I recall correctly).
2015-07-21 18:36:44 +02:00
Sebastian Thiel
7d58d66025
chore(json-update): update json and regen all code
2015-06-26 16:08:25 +02:00
Sebastian Thiel
f8689be451
fix(all): update all code to latest version
...
* add new APIs
* remove old ones
* add latest json files
2015-04-24 20:07:12 +02:00
Sebastian Thiel
845a568b25
fix(CLI): response value json decoding
...
* updated all json API descriptions
* enabled 'pretty' printing of response structures. However, currently
there is no way to get rid of all the NULL fields without external
filtering
* all structure fields are now optional - there seems to be no way
around it.
Fixes #73
2015-04-24 16:00:27 +02:00
Sebastian Thiel
6db733274d
fix(version-up): add publish state v0.1.5
2015-04-09 13:00:31 +02:00
Sebastian Thiel
6f2149b7d4
fix(api-version-up): v0.1.4
...
* added crate publish tag files
2015-04-07 21:39:59 +02:00
Sebastian Thiel
3403bd1c5c
fix(publish): v0.1.3
...
* keywords are no longer than 20 characters, which is a restriction
cargo imposes
* don't use 'homepage' link in cargo.toml unless the homepage is
non-empty
* Added all publish-results to mark the respective crate version
Related to #46
2015-04-07 15:19:23 +02:00
Sebastian Thiel
91861dcb71
fix(rustup): rustc (be9bd7c93 2015-04-05)
...
* using std::convert
* update to latest hyper (and other dependencies)
Related to #46
2015-04-07 11:59:10 +02:00
Sebastian Thiel
a2ca1cb28e
fix(version-up): check-in of latest sources
...
This also includes crate files to remember which
crates we have published already.
Related to #44
2015-03-25 14:26:30 +01:00
Sebastian Thiel
c0a2476058
feat(deps): update-json using discovery API
...
Instead of depending on the google go client API repository, I now
use the original data source, namely the discovery API.
fixes #5
2015-03-13 17:06:48 +01:00
Sebastian Thiel
7b81646f43
chore(make): update-json and all APIs
...
It's about time we finish up this part, to make it even easier to test
against more APIs, and keep them up-to-date
2015-03-10 10:34:19 +01:00