DiscoverText API - Project Dataset Listing

GET
https://api.discovertext.com/api/v1/projects/{project_id}/datasets
Return Value: A collection of Dataset Items for the project:
{
    meta: {
        count: (item count),
        offset: (current offset),
        limit: (current limit)
    },
    items: [ { dataset item }, { dataset item }, ...],
    links: [ { paging links } ]
}