Panchang API - C#
Panchang API with C# 🟣
Integrate Panchang API into your C# application.
Installation
NuGet
Example Code
// C# example
// Install: NuGet
const client = new VedikaClient("YOUR_API_KEY");
const result = client.panchang(...);Integrate Panchang API into your C# application.
NuGet
// C# example
// Install: NuGet
const client = new VedikaClient("YOUR_API_KEY");
const result = client.panchang(...);