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