Skip to content

Commit b2e158a

Browse files
committed
Regenerate README
Signed-off-by: Javier G. Sogo <[email protected]>
1 parent 3e58162 commit b2e158a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ from your [IBMCloud account](https://cloud.ibm.com/).
2929
Create your client with the context (environment and collection) you want to connect to
3030

3131
```rust
32-
use appconfiguration_rust_sdk::{AppConfigurationClient, Entity, Result, Value, Feature};
32+
use appconfiguration_rust_sdk::{
33+
AppConfigurationClient, AppConfigurationClientIBMCloud,
34+
Entity, Result, Value, Feature
35+
};
3336

3437
// Create the client connecting to the server
35-
let client = AppConfigurationClient::new(&apikey, &region, &guid, &environment_id, &collection_id)?;
38+
let client = AppConfigurationClientIBMCloud::new(&apikey, &region, &guid, &environment_id, &collection_id)?;
3639

3740
// Get the feature you want to evaluate for your entities
3841
let feature = client.get_feature("AB_testing_feature")?;

0 commit comments

Comments
 (0)