Skip to content

Commit

Permalink
Merge pull request #116 from aleachjr/BIG-15160
Browse files Browse the repository at this point in the history
BIG-15160: Updates to client library
  • Loading branch information
aleachjr committed Feb 23, 2015
2 parents 72ae681 + f5ecb3d commit f9a15ca
Show file tree
Hide file tree
Showing 51 changed files with 2,429 additions and 3,632 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ php composer.phar install
composer install
```

If you don’t want to use Composer and Packagist, the API client is also distributed as a [single
PHP file](https://raw.github.com/bigcommerce/bigcommerce-api-php/master/bigcommerce.php) which you can
download and include directly into your project:

```
require 'path/to/bigcommerce.php';
```

Namespace
---------

Expand Down Expand Up @@ -306,17 +298,6 @@ The exceptions thrown are subclasses of Error, representing
client errors and server errors. The API documentation for response codes
contains a list of all the possible error conditions the client may encounter.

Specifying the SSL cipher
-------------------------

The API requires that all client SSL connections use the RC4-SHA (rsa_rc4_128_sha) cipher.
The client will set this cipher to be used by default.

The setCipher method can be used to override this setting if required.

```
Bigcommerce::setCipher('RC4-SHA');
```

Verifying SSL certificates
--------------------------
Expand Down
Loading

0 comments on commit f9a15ca

Please sign in to comment.