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
First of all thanks for your excellent work. I noticed this problem while I was trying to use gmail-api. mraw should be base64Url encoded ByteString instead of a Word8. Google description here: https://developers.google.com/discovery/v1/type-format . I think other gogol-* libraries affected as well by this.
The text was updated successfully, but these errors were encountered:
The generation code has been updated to select a new internal representation for bytes types. This representation now handles transparent encoding/decoding of Base64URL encoding, and changes the external lens interface to accept a plain (unencoded) ByteString. See PR #29 for specifics.
First of all thanks for your excellent work. I noticed this problem while I was trying to use gmail-api.
mraw
should be base64Url encoded ByteString instead of a Word8. Google description here: https://developers.google.com/discovery/v1/type-format . I think other gogol-* libraries affected as well by this.The text was updated successfully, but these errors were encountered: