File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/clients/src/api/baremetal/v1 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33This SDK enables you to interact with Scaleway APIs.
44
5- > ** Warning **
6- > SDK only works from a node .js runtime, browser calls aren't supported yet .
5+ > ** Note **
6+ > The SDK works exclusively within a Node .js environment, as browser requests are limited by CORS restrictions .
77
88** 🔗 Important links:**
99* [ Reference documentation] ( https://scaleway.github.io/scaleway-sdk-js )
Original file line number Diff line number Diff line change 11export { BaremetalV1UtilsAPI as API } from './api.utils'
22export { PrivateNetworkAPI } from './api.gen'
33export * from './content.gen'
4- export * from './types.gen'
4+ export type * from './types.gen'
55export * as ValidationRules from './validation-rules.gen'
You can’t perform that action at this time.
0 commit comments