Skip to content

Commit 73e39c9

Browse files
author
Rob
committed
CategoryList added
1 parent e1aab72 commit 73e39c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Atomx/Resources/CategoryList.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php namespace Atomx\Resources;
2+
3+
use Atomx\AtomxClient;
4+
5+
class CategoryList extends AtomxClient {
6+
protected $endpoint = 'categories';
7+
}

0 commit comments

Comments
 (0)