Skip to content

Commit 0cf329d

Browse files
committed
Added NetworksList
1 parent ec40d58 commit 0cf329d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Atomx/Resources/NetworksList.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 NetworksList extends AtomxClient {
6+
protected $endpoint = 'networks_list';
7+
}

0 commit comments

Comments
 (0)