Commit graph

3 commits

Author SHA1 Message Date
f1f644648f feat(client): implemented client calls for app instance creation/deletion
Some checks failed
Go Tests / go-tests (push) Failing after 1m18s
2025-09-03 11:09:11 +02:00
0839b62b84
feat(client): IPCEICIS-5755 introduced api calls against edge conenct
Some checks failed
Go Tests / go-tests (push) Failing after 1m25s
2025-09-02 16:16:34 +02:00
b1928ad9e7
feat(client): Add EdgeConnect client for app management
Some checks failed
Go Tests / go-tests (push) Failing after 1m15s
Introduce a new EdgeConnect client to interact with the platform's API.

Includes methods to:
- Retrieve authentication tokens.
- Create new app instances.
- Create new apps.

Defines necessary data structures for API payloads, such as app and instance keys, flavors, and configurations.

Also adds an example implementation in a separate main package for demonstration purposes.

Refs: IPCEICIS-5755
2025-09-02 15:23:19 +02:00