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 c67f120 commit ab673f2Copy full SHA for ab673f2
Atomx/Resources/Browsers.php
@@ -0,0 +1,8 @@
1
+<?php namespace Atomx\Resources;
2
+
3
4
+use Atomx\AtomxClient;
5
6
+class Browsers extends AtomxClient {
7
+ protected $endpoint = 'browsers';
8
+}
Atomx/Resources/DeviceTypes.php
+class DeviceTypes extends AtomxClient {
+ protected $endpoint = 'device-types';
Atomx/Resources/OperatingSystems.php
+class OperatingSystems extends AtomxClient {
+ protected $endpoint = 'operating-systems';
0 commit comments