Sha256: 9418944cefa45a808e266ee7fc96e94ef1370fb6ffbf11a03be0bf1044902e1d
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
* It'd be great to have a connection pool, so we could process multiple requests concurrently. I've added a skeleton for it, but actually using it would require a non-blocking HTTP library in HTTParty. FatSecret ratelimits requests to one/second. - Could add queue and only process one per second (then separate event loop running while pool full, can't necessarily handle additional requests in meantime) - Could roundrobin between multiple API keys, but presumably violates TOS
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
food_info-0.0.7 | TODO.txt |