ringcentral / ringcentral-python

RingCentral Connect Platform Python SDK
MIT License
44 stars 35 forks source link

multipart/mixed request support #16

Closed tylerlong closed 6 years ago

tylerlong commented 6 years ago

multipart/mixed support needed.

https://medium.com/ringcentral-developers/updating-ringcentral-user-extension-greetings-using-the-rest-api-and-ruby-db325022c6ee

POST /restapi/v1.0/account/~/extension/~/greeting only supports multipart/mixed. So there is no way to do the same thing mentioned in the blog article with this SDK.

Fax sending and MMS sending do support multipart/form-data. But there are still endpoints which requires multipart/mixed.

I am going to submit a PR soon.

tylerlong commented 6 years ago

PR Created: https://github.com/ringcentral/ringcentral-python/pull/17

kirill-konshin commented 6 years ago

Closed via #18