patcon / TextNowPlus-android

https://gist.github.com/patcon/ee96b9bb0f3141b37146
1 stars 3 forks source link

Create API client library #12

Open patcon opened 9 years ago

patcon commented 9 years ago

This would be useful before going forward with #4

Have been investigating an OO github client library, and also Square's okhttp and retrofit working together with hash signatures done via application interceptors, but I think it makes most sense to model after Twlio's API client lib, since it should map very closely to TextNow's

https://www.twilio.com/docs/java/install

patcon commented 9 years ago

(This will also help with #2)

patcon commented 9 years ago

First working bit here: https://github.com/patcon/textnow-java-api