We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base64url
Hello,
I'm trying to use this sdk to get the emails from a mailbox.
I execute this code to get the mails: result = client.users_by_id("<mail>").messages.get.resume
result = client.users_by_id("<mail>").messages.get.resume
But I get these errors:
Am I missing a dependency? Thanks!
The text was updated successfully, but these errors were encountered:
Hi @AlessioC31 Thanks for reaching out and for using the Ruby SDK. We're still at an early preview stage for this language, expect to run into issues like these for the time being. This is caused because the serialization of byte array properties is not yet implemented in the generator for ruby And message contains a byte array property
The best workaround at this point until we implement that serialization is to select only the properties you care about with a select query parameter.
Sorry, something went wrong.
baywet
No branches or pull requests
Hello,
I'm trying to use this sdk to get the emails from a mailbox.
I execute this code to get the mails:
result = client.users_by_id("<mail>").messages.get.resume
But I get these errors:
Am I missing a dependency? Thanks!
The text was updated successfully, but these errors were encountered: