Skip to content

feat: add federation API client methods and tests#49

Merged
SergioLangaritaBenitez merged 14 commits into
develfrom
amplify-rest-api
Jun 17, 2026
Merged

feat: add federation API client methods and tests#49
SergioLangaritaBenitez merged 14 commits into
develfrom
amplify-rest-api

Conversation

@SergioLangaritaBenitez

Copy link
Copy Markdown
Collaborator

Implementa los 4 métodos del cliente para la API de federación definida en federation-api.md:

  • get_federation(service_name) — GET /system/federation/{name}
  • add_federation_members(service_name, members, clusters, storage_providers) — POST
  • update_federation_members(service_name, members, update, clusters, storage_providers) — PUT
  • remove_federation_members(service_name, members, delete) — DELETE

Incluye 8 tests unitarios siguiendo el patrón existente.

@SergioLangaritaBenitez SergioLangaritaBenitez merged commit 61a25b2 into devel Jun 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants