Git Product home page Git Product logo

python-bandwidth's Issues

No way to specify local proxy

I'm behind a corporate firewall and need to use a proxy for some requests. Since you seem to be using requests behind the scenes, could you add another optional parameter for proxy conf?

v1 -> v2 Migration for Messaging 2.0

https://dev.bandwidth.com/v2-messaging/messaging2Migration.html

The ones I could find are:

  • Update request params

Add applicationId in its payload for v2.

Currently it looks like https://github.com/Bandwidth/python-bandwidth/blob/master/bandwidth/messaging/client_module.py#L197.

Also drop other unwanted params based on version.

  • Update message_id extraction logic.

v1 has themessage_id in this Location header where it is being extracted from currently as seen here https://github.com/Bandwidth/python-bandwidth/blob/master/bandwidth/messaging/client_module.py#L87

v2 just returns a JSON like below where we will have to extract it from.

{
  "id"            : "14762070468292kw2fuqty55yp2b2",
  "time"          : "2016-09-14T18:20:16Z",
  "to"            : [
    "+12345678902",
    "+12345678903"
  ],
  "from"          : "+12345678901",
  "text"          : "Hey, check this out!",
  "applicationId" : "93de2206-9669-4e07-948d-329f4b722ee2",
  "tag"           : "test message",
  "owner"         : "+12345678901",
  "direction"     : "out",
  "segmentCount"  : 1
}
  • Error handling.

Right now we get the response.json() and fetch the message as well as code keys from it as seen here https://github.com/Bandwidth/python-bandwidth/blob/master/bandwidth/messaging/client_module.py#L72

But v2 seems to send back an "array of objects" and the name of the keys also seem to be different. Based on what I was able to gather, looks like we have replace that logic with response.json()[0] , data['description'] and code=data.get('type')).

Are there plans to make an exhaustive list and work on updating the repo to support v2? Would be happy to help.

Add more information to the Gather REST API request demos & Docs

In order to combine an audio request to the Gather, please use the prompt value of the gather request

This would look something like:

prompt = voice_api.build_sentence(sentence = "Hello from Bandwidth, please press some digits")
gather_id = voice_api.create_call_gather(call_id, prompt = prompt);

Where the voice_api.build_sentence let's you construct the prompt. If you're using audio playback, there is a similar method build_audio_playback that would be used for the prompt instead.

See the transfer docs for how an example could look.

It could also be worth adding the prompt value directly in the param list instead of relying on **kwargs, no real opinion here.

Todo

  • Add example to the Gather documentation for sentence
  • Add example to the Gather documentation for playAudio

quote(media_name) has issue

Thank you for your good work.

I found issue that download media files.

this is the sample media file name to download from bandwidth.

'...Home%281%29-m-m4dh5ymogubeh7i37gsgycq.jpg'

By the way, quote() function change the name such as following
'...Home%25281%2529-m-m4dh5ymogubeh7i37gsgycq.jpg'

and response is as following.

The media resource named '...Home%281%29-m-m4dh5ymogubeh7i37gsgycq.jpg' could not be found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.