forum

osu api

posted
Total Posts
2
Topic Starter
HoosierTransfer
um how do i use the v2 api with C# i cant find a wrapper for it
rednir
Use class `HttpClient` and `.GetAsync(endpoint)`: https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-6.0

You need to authenticate the client before you can use it, instructions here: docs/index.html#authentication

If you need code examples I have some I can provide from my own project
Please sign in to reply.

New reply