|
|
6 years ago | |
|---|---|---|
| src/SuperGear/Directus | 6 years ago | |
| README.md | 6 years ago | |
| composer.json | 6 years ago | |
Small Libary to request Directus API.
URL Token
$itemCollection = new ItemCollection($url, $token);
$articles = $itemCollection->find('articles', ['status' => 'published']);