We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
User submits POST request to Raw API app/views.py - POST
views.py raw api hand submission to json_contrller
app/json_controller.py - submit()
json_controller calls appropriate validater/parser
app/sources/ app/sources/frontiers/ app/sources/frontiers/validator.py - validate() app/sources/frontiers/parser.py - parse() app/sources/highwire/ app/sources/highwire/validator.py - validate() app/sources/highwire/parser.py - parse() app/sources/plos/ app/sources/plos/validator.py - validate() app/sources/plos/parser.py - parse()
If successful, json_controller calls raw_db insert
app/raw_db_controller.py - insert()