OpenAddressesUK / ernest

Open Addresses' "Ingester" software component
http://openaddressesuk.org/docs/
MIT License
1 stars 0 forks source link

Improve API key checking #19

Open pezholio opened 9 years ago

pezholio commented 9 years ago

We removed the database level checking, as it was causing too much latency (see https://github.com/OpenAddressesUK/ernest/blob/master/lib/ernest.rb#L41), but we should really put this back, or figure out a better way of doing things.

This may be moot however, if we decide that the only way of adding things is via Turbot, in which case, we can remove the write part of the API completely.