23andMe / api-example-flask

An example Python app on 23andMe's genome API using the flask microframework.
https://api.23andme.com
71 stars 28 forks source link

Updates to requests 1.1.0 API #1

Closed chapmanb closed 11 years ago

chapmanb commented 11 years ago

In the recent requests, json retrieval is now a function call instead of attribute access. This pull request includes 3 fixes to get the example running with the latest API server and requests:

Thanks for this great example code.

purohit commented 11 years ago

Thanks for the commits, chapmanb. We appreciate them!