We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1aab72 + 73e39c9 commit 3c09037Copy full SHA for 3c09037
Atomx/Resources/CategoryList.php
@@ -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