CPO

The API provides public access to the compiled resources inside the "dist" folder in the CPO Feature App , allowing users to retrieve and use these resources as needed.

Endpoint Pattern

PUBLIC FOLDER
/assets/{featureAppName}/{filePath} Get any file from the static folder /assets/{featureAppName}

Endpoint List

GET
/ Endpoint root to show documentation
GET
/health Verify if the server status is up
PUBLIC FOLDER
/assets/masthead-app/cpo-masthead-app-commonjs.js This is just one example but it is possible to access any file inside assets/masthead-app/
PUBLIC FOLDER
/assets/masthead-app/cpo-masthead-app-umd.js This is just one example but it is possible to access any file inside assets/masthead-app/
PUBLIC FOLDER
/assets/cpo-results-app/cpo-results-commonjs.js This is just one example but it is possible to access any file inside assets/cpo-results-app/
PUBLIC FOLDER
/assets/cpo-results-app/cpo-results-umd.js This is just one example but it is possible to access any file inside assets/cpo-results-app/