::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::'###::::'########::'########:::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::'## ##::: ##.... ##:... ##..::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::'##:. ##:: ##:::: ##:::: ##::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::'##:::. ##: ########::::: ##::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::: #########: ##.....:::::: ##::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::: ##.... ##: ##::::::::::: ##::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::: ##:::: ##: ##::::::::::: ##::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::..:::::..::..::::::::::::..:::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

          ___  __             ___  ___  __      __        __          __               __     ___  __   __              ___ 
 /\  |  |  |  /  \  |\/|  /\   |  |__  |  \    |__) |  | |__) |    | /__` |__| | |\ | / _`     |  /  \ /  \ |    |__/ |  |  
/~~\ \__/  |  \__/  |  | /~~\  |  |___ |__/    |    \__/ |__) |___ | .__/ |  | | | \| \__>     |  \__/ \__/ |___ |  \ |  |  


List all datasets

  GET /dataset [SHOW RESULTS]

[
   {
      "id": ID of the dataset on this APT
      "url": URL of the dataest on this APT
   },
   ...
]


List all datasets, including GBIF registry information

  GET /dataset?gbif=true [SHOW RESULTS]

[
   {
      "id": ID of the dataset on this APT
      "url": URL of the dataest on this APT
      "registered": registration status on GBIF.org (true/false)
      "gbif_key": ID of the dataset on GBIF.org
   },
   ...
]