Demo application to show using the CSS API in a nextjs app to:
show integrations
search integrations by ID
show roles in a given integration and environment
Create new roles
To keep the config simple I kept the web-application open. I could add auth too just means adding the step of creating a client and setting up the env vars for next-auth, which I didn't think was necessary for demoing hitting the CSS API but would be happy to add.
Otherwise tried to keep things pretty simple so its just the API logic, mostly just html with only a tiny bit of CSS.
Demo application to show using the CSS API in a nextjs app to:
To keep the config simple I kept the web-application open. I could add auth too just means adding the step of creating a client and setting up the env vars for next-auth, which I didn't think was necessary for demoing hitting the CSS API but would be happy to add.
Otherwise tried to keep things pretty simple so its just the API logic, mostly just html with only a tiny bit of CSS.