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.
1 parent e1aab72 commit 73e39c9Copy full SHA for 73e39c9
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