mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Now we are able to cleanly handle our arguments on a per-method basis. The generated code won't clutter our design as we put the details into their own methods. Fixes #59