API Library Template — Configuration (agents)¶
Agent intent¶
Options binding names; align with consuming host configuration.
Template role: HTTP client / service-agent library — not a host. Consumed by microservices.
Canonical technical documentation¶
Repository¶
- Repo: ConnectSoft.ApiLibraryTemplate
- Short name (typical):
connectsoft-api-library—dotnet new connectsoft-api-library -h.
Agent checklist¶
- Respect one
AuthenticationTypeper generated library (scaffold contract). - Use WireMock for HTTP integration tests (Testing).
- Compare with Library overview when no HTTP stack is needed.