google-apis-rs / generator

A binding and CLI generator for all google APIs
Apache License 2.0
71 stars 14 forks source link

See if `discovery` subcommand makes sense for `mcp` #2

Closed Byron closed 4 years ago

Byron commented 4 years ago

The goal would be to write an mcp subcommand to automatically download all specs found in the discovery API and place them in the appropriate spots within the configuration directory of the project (-> etc).

These files are then used to drive the generator. All this is very similar to what was done in the OP .

The overall goal is to get to a point where one can quickly test changes to the generator, and how it reflects on all APIs.

CC @ggriffiniii