log

age author description
Wed, 13 Jan 2021 12:16:45 +0100 Lewin Bormann Added tag v0.2.0 for changeset a4cf37866bc5
Wed, 13 Jan 2021 12:16:33 +0100 Lewin Bormann agac: Release v0.2.0
Sun, 13 Dec 2020 23:40:03 +0100 Lewin Bormann Rust generator: Early start
Sun, 13 Dec 2020 23:40:03 +0100 Lewin Bormann Rust generator: Early start
Thu, 10 Dec 2020 13:19:58 +0100 Lewin Bormann Merge pull request #6 from mike-kfed/youtube_example
Thu, 10 Dec 2020 12:07:31 +0100 Michael Kefeder minimal youtube API example listing top 5 videos on youtube
Thu, 10 Dec 2020 12:21:46 +0100 Lewin Bormann Merge pull request #7 from mike-kfed/example_fixes
Thu, 10 Dec 2020 12:19:52 +0100 Michael Kefeder fix path for async-google-apis-common in cargo.toml
Fri, 27 Nov 2020 20:44:48 +0100 Lewin Bormann Fix recursion bug in generation of parameters structs
Fri, 27 Nov 2020 20:44:16 +0100 Lewin Bormann Break line in normal method template for better readability
Fri, 27 Nov 2020 20:27:38 +0100 Lewin Bormann Small fix to amend previous commit: Scope generation
Fri, 27 Nov 2020 20:20:34 +0100 Lewin Bormann Generate correct scope enum if path of scope URL is empty
Fri, 27 Nov 2020 14:34:53 +0100 Lewin Bormann Update python to 3.9 in Pipfile
Wed, 25 Nov 2020 12:45:45 +0100 Lewin Bormann Move around old stuff
Thu, 29 Oct 2020 22:05:55 +0100 Lewin Bormann generate: Use scopes enum to obtain scope URL
Thu, 29 Oct 2020 21:51:38 +0100 Lewin Bormann generate: Enable youtube API to be generated
Wed, 28 Oct 2020 12:31:32 +0100 Lewin Bormann Remove vanished files
Tue, 27 Oct 2020 19:55:30 +0100 Lewin Bormann cargo fmt
Tue, 27 Oct 2020 19:55:20 +0100 Lewin Bormann yapf
Tue, 27 Oct 2020 19:55:10 +0100 Lewin Bormann regenerate code
Tue, 27 Oct 2020 19:54:48 +0100 Lewin Bormann generate: Set set_urls public
Tue, 27 Oct 2020 19:54:34 +0100 Lewin Bormann test_integration: Start implementing first API call test
Tue, 27 Oct 2020 19:23:13 +0100 Lewin Bormann generate: generate nicer scope names
Tue, 27 Oct 2020 16:37:44 +0100 Lewin Bormann test_integration: Little progress
Tue, 27 Oct 2020 16:05:44 +0100 Lewin Bormann gcs_example: Also allow for deleting objects
Tue, 27 Oct 2020 13:29:04 +0100 Lewin Bormann gcs_example: Allow prefix for upload
Tue, 27 Oct 2020 11:19:00 +0100 Lewin Bormann test_integration: Provide client secret
Tue, 27 Oct 2020 11:05:36 +0100 Lewin Bormann test_integration: Generate fake API
Tue, 27 Oct 2020 10:41:57 +0100 Lewin Bormann yapf
Tue, 27 Oct 2020 10:41:42 +0100 Lewin Bormann Update generated code
Tue, 27 Oct 2020 10:41:33 +0100 Lewin Bormann generate: Enable easy overriding of URLs for test purposes
Tue, 27 Oct 2020 10:40:59 +0100 Lewin Bormann Only use necessary tokio features
Tue, 27 Oct 2020 10:40:51 +0100 Lewin Bormann Prepare crate for integration tests
Mon, 26 Oct 2020 21:03:53 +0100 Lewin Bormann manual_demo: Use discovery API for a test
Mon, 26 Oct 2020 18:47:05 +0100 Lewin Bormann Update manual_demo to new API
Mon, 26 Oct 2020 18:46:16 +0100 Lewin Bormann Avoid generating recursive types of infinite size
Mon, 26 Oct 2020 18:30:31 +0100 Lewin Bormann agac: Use correct method name in log statements
Mon, 26 Oct 2020 18:30:07 +0100 Lewin Bormann gcs_example: Update generated code
Mon, 26 Oct 2020 18:29:56 +0100 Lewin Bormann drive_example: Update generated code
Mon, 26 Oct 2020 18:29:30 +0100 Lewin Bormann Only require authenticator if API needs authorization
Mon, 26 Oct 2020 18:25:06 +0100 Lewin Bormann Don't do authorization on methods not needing it.
Mon, 26 Oct 2020 18:22:43 +0100 Lewin Bormann Update README
Mon, 26 Oct 2020 10:46:14 +0100 Lewin Bormann Added tag common_v0.1.7 for changeset f87d7be7c3d7
Mon, 26 Oct 2020 10:45:07 +0100 Lewin Bormann agac: Release common_v0.1.7 common_v0.1.7
Mon, 26 Oct 2020 10:44:52 +0100 Lewin Bormann generate: Update template to new Download API
Mon, 26 Oct 2020 10:44:34 +0100 Lewin Bormann drive_example: Update to new Download API
Mon, 26 Oct 2020 10:44:20 +0100 Lewin Bormann gcs_example: Update to new Download API
Mon, 26 Oct 2020 10:44:05 +0100 Lewin Bormann agac: Refactor the way downloads are done.
Mon, 26 Oct 2020 09:21:25 +0100 Lewin Bormann gcs_example: Implement list action
Sun, 25 Oct 2020 20:55:14 +0100 Lewin Bormann Merge old head.
Tue, 20 Oct 2020 17:46:06 +0200 Lewin Bormann Roll back tokio upgrade - hyper doesn't work with it yet.
Sun, 25 Oct 2020 18:28:30 +0100 Lewin Bormann Update gcs_example README
Sun, 25 Oct 2020 18:25:38 +0100 Lewin Bormann Update generated drive code
Sun, 25 Oct 2020 18:22:02 +0100 Lewin Bormann gcs_example: Enable more features and encode mandatory parameters
Sun, 25 Oct 2020 15:08:03 +0100 Lewin Bormann Fix README typo
Sun, 25 Oct 2020 15:07:36 +0100 Lewin Bormann Link to example docs
Sun, 25 Oct 2020 14:53:07 +0100 Lewin Bormann Add actual storage:v1 API implementation
Sun, 25 Oct 2020 14:51:23 +0100 Lewin Bormann Add gcs_example binary for uploading files.
Sun, 25 Oct 2020 14:11:26 +0100 Lewin Bormann Set correct upload paths
Sun, 25 Oct 2020 14:11:14 +0100 Lewin Bormann http: Enhance set_max_chunksize