You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
[KSoft.Si API](http://api.ksoft.si) is a service that provides Discord bot developers or others the ease in getting content from the internet. We provide easy to use interface and take hard tasks away from developers.
10
+
[KSoft.Si API](http://api.ksoft.si) is a professional, fast, reliable and easy to use multi-function service for Discord
11
+
bot developers or websites. It provides easy, no-nonsense endpoints with an extensive library of images, user data,
12
+
weather, geo-location and songs. We help you build awesome services and keep Discord community safe and sound.
8
13
9
-
### If you find any errors/issues or want any features added, create an issue and I will fix it ASAP
14
+
### If you find any errors/issues or want any features added, [create an issue](https://github.com/KSoft-Si/KSoft.Net/issues/new/choose)
10
15
11
16
## Getting started
12
17
@@ -18,86 +23,123 @@ Add the NuGet package `KSoftNet` to your project:
18
23
dotnet add package KSoftNet
19
24
```
20
25
21
-
### Simple Example usage
26
+
### Simple usage
27
+
28
+
A minimal example to get a random image by tag
22
29
23
-
You can use the wrapper with the images API for example like so:
24
-
Create an instance of the KSoftAPI class:
30
+
A complete example is available in the `examples/SimpleUsage` project
0 commit comments