Skip to content

Commit

Permalink
Merge pull request #8 from brettt89/feature/restructure_endpoint_naming
Browse files Browse the repository at this point in the history
Restructure of Endpoints
  • Loading branch information
brettt89 authored Jun 15, 2020
2 parents 95347bb + 6cfaea1 commit f61d113
Show file tree
Hide file tree
Showing 26 changed files with 2,771 additions and 2,873 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ $account = new Incapsula\API\Endpoints\Account($adapter);

$account_id = 123456;

print_r($account->getStatus($account_id));
print_r($account->listSites($account_id));
```
2 changes: 1 addition & 1 deletion src/Endpoints/Endpoint.php → src/Endpoint.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Incapsula\API\Endpoints;
namespace Incapsula\API;

use Incapsula\API\Interfaces\Endpoint as EndpointInterface;
use Incapsula\API\Adapter\Adapter;
Expand Down
Loading

0 comments on commit f61d113

Please sign in to comment.