mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
fix(apis): intermediate improvements ...
... it shows that the override I used previously won't work for `admin`. Therefore we have to keep the actual value, instead of degenrating it. Makes sense ... it's interesting how much one tends to hard-code things to work just for a few cases, unless you opt in to see the whole picture
This commit is contained in:
@@ -10,20 +10,17 @@ directories:
|
||||
mako_src: src/mako
|
||||
api:
|
||||
blacklist:
|
||||
- groupsmigration
|
||||
- licensing
|
||||
- groupssettings
|
||||
- translate
|
||||
- groupsmigration # no oauth2
|
||||
- licensing # no oauth2
|
||||
- translate # no oauth2
|
||||
- pagespeedonline # no oauth2
|
||||
- gan # no oauth2
|
||||
- sqladmin # ERROR
|
||||
- dataflow # ERROR
|
||||
- dataflow # no oauth2
|
||||
- civicinfo # no oauth2
|
||||
- webmasters # no oauth2
|
||||
- doubleclickbidmanager # no oauth2
|
||||
- freebase # ERROR
|
||||
- spectrum # no oauth2
|
||||
- analytics # ERROR
|
||||
- qpxexpress # no oauth2
|
||||
- discovery # no oauth2
|
||||
- identitytoolkit # no oauth2
|
||||
|
||||
Reference in New Issue
Block a user