coder / backstage-plugins

Official Coder plugins for the Backstage platform
34 stars 2 forks source link

Coder plugin: Make Coder SDK available to Backstage users #114

Closed Parkreiner closed 3 months ago

Parkreiner commented 5 months ago

Part of #16

~Update: After discussing with the team, we've decided the best approach is to use a postinstall script to convert api.ts from TS to JS using Bun or similar. This will alleviate concerns about drift, release, and breaking changes. In addition, we will need to update our Axios instance to avoid collisions - an update which is documented in this ticket.~

Another Update: going with a vendored approach as per discussion here.

What we need

Should haves

Not necessary

Known challenges