You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, this method is overridden in PHPApi, and the override does not strip out spaces. So if the owner name in the API annotations has spaces in it, the generator php classes are no longer valid.
api.py toClassName method strips out spaces.
apis-client-generator/src/googleapis/codegen/api.py
Line 507 in dcad06f
however, this method is overridden in PHPApi, and the override does not strip out spaces. So if the owner name in the API annotations has spaces in it, the generator php classes are no longer valid.
apis-client-generator/src/googleapis/codegen/php_generator.py
Line 306 in dcad06f
On the same note, php classes also can't have "." in them, so these also need to be substituted out (possibly underscore "_"?)