-
Hey, thanks for the great library! I have an API that would like to add supported APIs of google-apis-rs, so please listen. It is Google Wallet API, which offers to operate loyalty cards or airplane tickets or else in the Google Wallet app. Could you please consider adding this API to the crates under this repository? FYI, I got to be able to generate a client by trying to put the Discovery Document URL and other information into apis.json in the repository I forked. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Indeed, the top-level discovery document is a copy of an older request made against the google discovery endpoint, and won't contain the latest APIs for that reason. The fork posted here seems like it could be a PR that can be merged, and I am encouraging you to bring the Google Wallet API to the parent repository that way. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Sounds great! |
Beta Was this translation helpful? Give feedback.
Indeed, the top-level discovery document is a copy of an older request made against the google discovery endpoint, and won't contain the latest APIs for that reason.
The fork posted here seems like it could be a PR that can be merged, and I am encouraging you to bring the Google Wallet API to the parent repository that way.
Thanks a lot!