log

age author description
Sun, 30 May 2021 16:19:15 +0200 Lewin Bormann Link to example crates default tip master
Sun, 30 May 2021 16:15:47 +0200 Lewin Bormann Fix typo in README
Thu, 04 Mar 2021 12:25:46 +0100 Lewin Bormann README: Add link to calendar:v3 generated code docs
Thu, 04 Mar 2021 12:03:36 +0100 Lewin Bormann example_crates: Update generated code
Thu, 04 Mar 2021 12:03:20 +0100 Lewin Bormann generate: Sort all .items() dict traversals
Tue, 02 Mar 2021 07:20:19 +0100 Lewin Bormann generate.py: Make quotation marks consistent
Tue, 02 Mar 2021 07:16:05 +0100 Lewin Bormann Merge pull request #15 from ddboline/update_generate_script
Mon, 01 Mar 2021 07:06:57 -0500 Daniel Boline rerun calendar_v3_types
Mon, 01 Mar 2021 07:06:32 -0500 Daniel Boline back out move and comment changes
Mon, 01 Mar 2021 06:58:35 -0500 Daniel Boline regenerate calendar_v3_types
Mon, 01 Mar 2021 06:51:13 -0500 Daniel Boline conflict resolution
Sun, 28 Feb 2021 11:47:05 -0500 Daniel Boline undo update to youtube_v3_types
Sun, 28 Feb 2021 11:43:04 -0500 Daniel Boline add minimal calendar:v3 example
Sun, 28 Feb 2021 11:42:33 -0500 Daniel Boline regenerate youtube
Sun, 28 Feb 2021 11:31:49 -0500 Daniel Boline correctly handle Option<DateTime<Utc>> parameters
Sun, 28 Feb 2021 11:17:03 -0500 Daniel Boline modify generate.py enough to correctly generate code for calendar:v3
Mon, 01 Mar 2021 10:49:00 +0100 Lewin Bormann Merge pull request #16 from sabify/master
Mon, 01 Mar 2021 01:14:05 -0800 Saber Haj Rabiee improved generator
Sun, 28 Feb 2021 17:18:07 +0100 Lewin Bormann Added tag v0.3.0 for changeset 534d389e944f
Sun, 28 Feb 2021 17:05:37 +0100 Lewin Bormann Release v0.3.0 v0.3.0
Sun, 28 Feb 2021 07:39:26 +0100 Lewin Bormann Merge pull request #14 from ddboline/add_multithreaded_feature
Mon, 22 Feb 2021 18:44:42 -0500 Daniel Boline bump tokio to 1.2
Mon, 22 Feb 2021 18:44:22 -0500 Daniel Boline update gcs example
Mon, 22 Feb 2021 17:35:01 -0500 Daniel Boline remove multi-thread from http.rs
Mon, 22 Feb 2021 17:32:04 -0500 Daniel Boline remove multi-thread feature
Mon, 22 Feb 2021 16:41:01 -0500 Daniel Boline let upload_file take immutable reference
Mon, 22 Feb 2021 16:26:20 -0500 Daniel Boline bump tokio to 1.2 in examples, replace Rc with Arc in examples, bump version in Cargo.lock
Mon, 22 Feb 2021 16:22:40 -0500 Daniel Boline update youtube example
Mon, 22 Feb 2021 16:22:03 -0500 Daniel Boline update drive example
Mon, 22 Feb 2021 16:16:04 -0500 Daniel Boline remove DerefAuth, make methods that don't mutate self immutable
Mon, 22 Feb 2021 16:09:02 -0500 Daniel Boline move DerefAuth into async-google-apis-common, make multi-thread feature default
Sun, 21 Feb 2021 16:44:34 -0500 Daniel Boline add multi-thread feature to generator
Sun, 21 Feb 2021 16:36:46 -0500 Daniel Boline add multi-thread feature
Fri, 19 Feb 2021 18:51:28 -0500 Daniel Boline try forcing Send and Sync
Sun, 07 Feb 2021 17:27:32 +0100 Lewin Bormann Added tag v0.2.1 for changeset d010ec97738f
Sun, 07 Feb 2021 17:26:39 +0100 Lewin Bormann Release v0.2.1
Sun, 07 Feb 2021 17:26:27 +0100 Lewin Bormann agac: Link to github project
Wed, 03 Feb 2021 16:08:33 +0100 Lewin Bormann Update README to latest state
Mon, 01 Feb 2021 18:45:37 +0100 Lewin Bormann Add allow(non_camel_case_types) to generated code
Sun, 31 Jan 2021 21:17:21 +0100 Lewin Bormann Update generated code
Sun, 31 Jan 2021 21:16:16 +0100 Lewin Bormann Update generator to take parameter enums into account.
Sun, 31 Jan 2021 20:56:17 +0100 Lewin Bormann Add generated parameter enums
Fri, 29 Jan 2021 14:18:49 +0100 Lewin Bormann Extend comment on dependencies.
Fri, 29 Jan 2021 14:04:23 +0100 Lewin Bormann Add link to Youtube generated API docs
Fri, 29 Jan 2021 13:32:16 +0100 Lewin Bormann Document small adjustments to generated code
Fri, 29 Jan 2021 11:50:37 +0100 Lewin Bormann Remove a few unused print statements
Fri, 29 Jan 2021 11:48:09 +0100 Lewin Bormann Run yapf
Fri, 29 Jan 2021 11:44:58 +0100 Lewin Bormann Minor fixes to enums generated code
Fri, 29 Jan 2021 11:44:28 +0100 Lewin Bormann Update GCS example with new enums api
Fri, 29 Jan 2021 11:44:05 +0100 Lewin Bormann Update youtube example with enums api
Fri, 29 Jan 2021 11:43:46 +0100 Lewin Bormann Update drive example with new enums API
Fri, 29 Jan 2021 10:29:31 +0100 Lewin Bormann Represent API enums as Rust Enums
Thu, 28 Jan 2021 11:37:06 +0100 Lewin Bormann Allow non-string URL parameters
Thu, 28 Jan 2021 11:36:54 +0100 Lewin Bormann Update Pipfile.lock
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
Tue, 12 Jan 2021 09:47:14 +0100 Lewin Bormann Merge pull request #8 from jasonmccampbell/tokio-1.0
Mon, 11 Jan 2021 21:31:15 -0600 Jason McCampbell Updated examples
Sun, 10 Jan 2021 23:05:59 -0600 Jason McCampbell Update to Tokio v1, plus additional dependencies
Wed, 03 Feb 2021 16:06:45 +0100 Lewin Bormann Minor update to generate-rs