generator
generator copied to clipboard
A binding and CLI generator for all google APIs
Thanks for all the hard work! I am really excited for the new APIs! I have been waiting for the new reqwest based client to add GCP functionality to an...
When trying to delete a pubsub subscription using latest master of the `generated/gen/pubsub/v1/lib` crate: ``` client .projects() .subscriptions() .delete(SUBSCRIPTION_NAME) .execute_with_default_fields()?; ``` Returns an error like this: ``` 'Couldn't convert to...
This includes a handmade prototype with the following capabilities * [x] make prototype that compiles * [x] refactor into a state that is better than before * [ ] use...
* [x] generate all APIs successfully * [x] cargo check works * [x] cargo doc works * [ ] improve API documentation ### Thoughts * `execute_debug` might be better as...