Skip to content

Arabidopsis-Information-Portal/adama

Repository files navigation

Logo

Adaptible Data And Microservices API

image

image

Documentation Status

This project implements a data federation strategy for the Arabidopsis Information Portal.

Quickstart

Grab a token from Araport API Store. After getting it, check access to Adama with:

$ export TOKEN=<my token>
$ curl -L -k https://api.araport.org/community/v0.3/status \
    -H "Authorization: Bearer $TOKEN"
{
    "api": "Adama v0.3", 
    "hash": "c08ae56c7b47e62c0247de22c75e9511c462c0e0", 
    "status": "success"
}   

The access to Adama is granted if the response looks like the above. Otherwise, please, report the output to @waltermoreira, or to the issues page.

If everything looks ok, proceed to the tutorial.

Documentation

Documentation is now being consolidated in one document at Read The Docs. The sources for the documentation live in docs/full.

Before graduating to a nice place like "Read The Docs", the preliminary and rough docs live in the wiki.

You can also read the live docs of the API.

License

Free software: BSD License