diff options
author | Nick White <hg@njw.me.uk> | 2011-07-17 00:03:36 +0100 |
---|---|---|
committer | Nick White <hg@njw.me.uk> | 2011-07-17 00:03:36 +0100 |
commit | 8833643928f69df99ae3394a53aa2855f7a02000 (patch) | |
tree | 283a6efeeb5abb3d33565bd259a8b524373f720e /TODO | |
parent | 16540dfbb2bda2a9d6873c070f3d6728470e07b8 (diff) |
Busywork neatening
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,8 @@ to be fast and efficient it's best to crank through all the json 1st, filling in could consider making a json reading module, ala confoo, to make ad-hoc memory structures from json to be super fast we could have 2 threads, one filling the pages structs and one consuming them. this would complicate the code rather, though + +NOTE: there's now a new api that returns json. +it requires https, which we don't yet support. +https://www.googleapis.com/books/v1/volumes?q=isbn:1589235126 +https://www.googleapis.com/books/v1/volumes/jglfL_eVG4cC |