Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This SDK enables you to interact with Scaleway APIs.

> **Warning**
> SDK only works from a node.js runtime, browser calls aren't supported yet.
> **Note**
> The SDK works exclusively within a Node.js environment, as browser requests are limited by CORS restrictions.

**🔗  Important links:**
* [Reference documentation](https://scaleway.github.io/scaleway-sdk-js)
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/api/baremetal/v1/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { BaremetalV1UtilsAPI as API } from './api.utils'
export { PrivateNetworkAPI } from './api.gen'
export * from './content.gen'
export * from './types.gen'
export type * from './types.gen'
export * as ValidationRules from './validation-rules.gen'