adsabs / biblib-service

ADS library service
https://ui.adsabs.harvard.edu
MIT License
4 stars 8 forks source link

Sanitise data forwarded to end points #21

Closed jonnybazookatone closed 9 years ago

jonnybazookatone commented 9 years ago

A nice systematic way to check that the content delivered matches what is expected, in terms of both keywords and types. For example, 'false' and 'true' should be False/True.

This may be handled by SQLAlchemy naturally, but worth checking.