Skip to content

Split the SDK js into multiple packages #1732

@remyleone

Description

@remyleone

At the moment, all products are gathered into a single package. This can lead to problem of dependencies and can cause regression. Bumping the SDK means updating all products in one go which is not ideal.

A solution for this problem could be to split each product into its own package. By doing so, the scope of an update is much smaller. Also the size of the file to import in the browser could also be lower.

In this architecture:

  • @sdk/core = client
  • Each API got its own package. For instance, @scaleway-sdk/instance, @scaleway-sdk/baremetal

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions