Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcserrat authored Feb 25, 2020
1 parent ffcc06e commit f55566f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PHP Version](https://img.shields.io/packagist/php-v/apsconnect/connect-sdk.svg?style=flat&branch=master)](https://packagist.org/packages/apsconnect/connect-sdk) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=connectphpsdk&metric=alert_status)](https://sonarcloud.io/dashboard?id=connectphpsdk)

## Getting Started
Connect PHP SDK allows an easy and fast integration with [Connect](http://connect.cloud.im/) Fulfillment and Usage APIs with PHP-based integrations. This SDK enables you to automate fulfillment of orders for your products and report usage data for them.
Connect PHP SDK allows an easy and fast integration with [CloudBlue Connect](https://www.cloudblue.com/connect/) Fulfillment and Usage APIs with PHP-based integrations. This SDK enables you to automate fulfillment of orders for your products and report usage data for them.

Before using the library, please first to go through the documentation in the Connect knowledge base, which could be used as a source of information on the rest APIs used by this SDK.

Expand Down Expand Up @@ -134,7 +134,7 @@ try {
//In case Config is not passed into constructor, configuration from config.json is used
$requests = new ProductRequests(new \Connect\Config([
'apiKey' => 'Key_Available_in_ui',
'apiEndpoint' => 'https://api.connect.cloud.im/public/v1',
'apiEndpoint' => 'https://api.connect.cloudblue.com/public/v1',
'products' => 'CN-631-322-641' #Optional value
]));

Expand Down

0 comments on commit f55566f

Please sign in to comment.