elesto-dao / elesto

The ElestoDAO node
Apache License 2.0
4 stars 1 forks source link

feat: Query connections on cloud agent and display in menu #111

Closed PaddyMc closed 2 years ago

PaddyMc commented 2 years ago

Query the connections endpoint and display the data to the user

example curl:

curl http://localhost:8090/connections

This task will be important as the rest of the application needs to be aware of the connection ID when it's selected.

So the connection ID needs to be added to the vuex store when selected from the menu, this will in turn update the rest of the application.