generator icon indicating copy to clipboard operation
generator copied to clipboard

A binding and CLI generator for all google APIs

Results 14 generator issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...