bastilian / AAAPI

Async Action API
0 stars 1 forks source link

Build integration for an insights application #10

Open bastilian opened 1 year ago

bastilian commented 1 year ago

We should as a demo have one Insights app as an example configured and modified to make use of the AAAPI.

One example that could make use of the AAAPI would be the export or an batch action in an application.

bastilian commented 1 year ago

One thing we would need to figure out with this one is how to pass authentication for interacting with the insights API.

bastilian commented 1 year ago

It might actually be possible to call API endpoints with HTTP Basic authentication. So for now we could just append that to every request. We will have also have to proxy these requests either through the webpack/frontend-proxy or use the corp proxy directly when making any requests.