@quantcdn/quant-client 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,7 +16,7 @@ import { EnvironmentsApi, Configuration } from 'quant-ts-client';
16
16
  // Create a configuration with your API key
17
17
  const config = new Configuration({
18
18
  apiKey: 'YOUR_API_KEY',
19
- basePath: 'https://api.quant.example.com' // Replace with your actual API base URL
19
+ basePath: 'https://dashboard.quantcdn.io'
20
20
  });
21
21
 
22
22
  // Initialize an API instance
@@ -113,8 +113,7 @@ envsApi.setDefaultAuthentication(auth);
113
113
 
114
114
  // Create an environment
115
115
  const env = await envsApi.createEnvironment('org-id', 'app-id', {
116
- name: 'production',
117
- region: 'us-east-1'
116
+ name: 'production'
118
117
  });
119
118
 
120
119
  // Get environment logs