Welcome to the Medusa API
To begin please take a look at our documentation below.
This URI:
POST https://api.medusa.codes/update?token=<write_token>
allows for the webpack DashboardPlugin to send it's data to Medusa for digestion and present this data to the user. The query string parameter token is required to it be able to figure out what user this info will be related to.
You can generate a Read/Write token on your application tokens page.
This URI:
GET https://api.medusa.codes/env/:environment/get-remote?token=<read_token>
allows the FederationPlugin for webpack to find out the artifacts for the speficied remote in the webpack application so it can pull down all the necessary remote code in runtime.
The query string parameter token is required to it be able to figure out what user this info will be related to.
You can generate a Read token on your application tokens page.