Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplyCubeTech committed Jan 30, 2021
1 parent 61f5914 commit ada4a55
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,6 @@ $result = $complycube->checks()->create($newclient->id,
['type' => 'extensive_screening_check']);
```

## Custom requests

Requests are made using Guzzle, so any Guzzle supported options
can be passed using the $options parameter when making requests

For example to disallow retries when creating checks

```php
$result = $$checksApi->create($newCheck,
[retry_enabled => False]);
```

To set a proxy.

```php
$result = $checksApi->create($newCheck,
[proxy => 'https://myproxy.com']);
```

### More Documentation

More documentation and code examples can be found at [https://docs.complycube.com](https://docs.complycube.com)

0 comments on commit ada4a55

Please sign in to comment.