Indices and tables


HTTP API

Views that define functions for returning JSON or HTML through programmatic HTTP requests. Used across the application in AJAX calls. Some can also be used by curl, Perl or any other program:

Example:

curl -H "Accept: application/json" \
     -H "Content-Type: application/json" \
     -X GET "https:/compgen.bio.ub.edu/PlanNET/get_fasta?genesymbol=SMESG000079934.1&database=Smesgene&type=sequence"