DiscoverText API - Project Listing

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