bcgov / smk-legacy-ui

Legacy Admin UI for the SMK has been de-supported. Please see the CLI under https://github.com/bcgov/smk for an alternative.
Apache License 2.0
8 stars 3 forks source link

Update SMK API to include asynchronous requests #77

Open dhlevi opened 6 years ago

dhlevi commented 6 years ago

Prototype endpoints were synchronous. Due to openshift timeout constraints it would be a good idea to update some endpoints (create, fetch config, attachment handling in particular) to include asynchronous handlers to prevent timeouts from longer running transactions.

dhlevi commented 6 years ago

This is a low priority task for the time being. Another addition (low priority as well) would be HATEOAS links in the service. We can hold that off until time is available.