2121** Kind** : global class
2222<a name =" LaunchDarklyApiClient.create " ></a >
2323
24- ### LaunchDarklyApiClient.create(API_TOKEN, log) ⇒ <code >Promise</code >
24+ ### LaunchDarklyApiClient.create(API_TOKEN, log, swaggerYamlString ) ⇒ <code >Promise</code >
2525Used internally by LaunchDarklyUtils to create an instance of
2626Swagger apiClient with interceptors configured
2727
@@ -33,6 +33,7 @@ Swagger apiClient with interceptors configured
3333| --- | --- | --- |
3434| API_TOKEN | <code >string</code > | from LaunchDarkly dashboard |
3535| log | <code >Object</code > | logger implementation |
36+ | swaggerYamlString | <code >string</code > | optional serialized yaml |
3637
3738<a name =" LaunchDarklyLogger " ></a >
3839
@@ -50,7 +51,7 @@ Get handle on Bunyan logger. This is the default logger if not supplied to util
5051** Kind** : global class
5152<a name =" LaunchDarklyUtils+create " ></a >
5253
53- ### launchDarklyUtils.create(API_TOKEN, customLogger) ⇒ <code >Promise</code >
54+ ### launchDarklyUtils.create(API_TOKEN, customLogger, swaggerYamlString ) ⇒ <code >Promise</code >
5455Create an instance of ldutils with api specific classes attached. This is the primary class used to access apis,
5556as api grouping util classes are attached to this class.
5657
@@ -62,6 +63,7 @@ as api grouping util classes are attached to this class.
6263| --- | --- | --- |
6364| API_TOKEN | <code >string</code > | from LaunchDarkly dashboard |
6465| customLogger | <code >Object</code > | logger implementation, or 'console'. If not supplied, defaults to Bunyan logger |
66+ | swaggerYamlString | <code >string</code > | optional serialized yaml |
6567
6668<a name =" LaunchDarklyUtilsFlags " ></a >
6769
0 commit comments