How to access secrets using C# API ?
Hi @Suhieb_S which C# api do you mean?
C# Minimal API Project From .Net SDK
I don’t know much about C# but Koyeb API is available as OpenAPI spec, you can get it here https://developer.koyeb.com/public.swagger.json.
I guess you can generate a C# client from it.
You can also directly call GET /v1/secrets/{secret_id} using HTTP client. Docs for API is available here Koyeb API reference | Koyeb