Paul Hallett
Paul Hallett
I've been looking into using something like this or expanding on the idea - what's the state of the project currently?
Alrighty. What would it take to get search working? It's a popular request. Let's go with this URI: ``` https://pokeapi.co/pokemon?search=bulb ``` Assume it returns results from the base resource page...
A profile image, or an images section (filled with links to images) that comes with each resource would be a nice addition. It would afford one to make a visual...
This might be a bit of a stretch, but maybe something like ``` force_alignment: "light | dark | neutral", friends: [ ], enemies: [ ] ```
Faction resource is being added to swapi, this helper library needs to support it.
[Twilio Connect](https://www.twilio.com/help/faq/twilio-connect) provides an OAuth dance for applications so users can use their own Twilio account credentials on a web application. Currently we have to build Twilio Connect views each...
The `TWILIO_DEFAULT_CALLERID` setting is not mentioned in the settings documentation.
Let's add two-factor authentication support to django-twilio as a "dropin" feature. ### Basic flow 1. An abstract user model `2FAUser` subclasses the standard [Django user model](http://django.readthedocs.org/en/latest/ref/contrib/auth.html#django.contrib.auth.models.User) with the following extra...
Twilio provides a Feedback API for call quality feedback. It would be nice to have a collection of default views for this in django-twilio to help provide this type of...
Hey! I'm the creator of the PokéAPI Service. We recently formed a [GitHub organisation](https://github.com/PokeAPI) where we can collaborate on the development and maintenance of projects surrounding the main service. We'd...