I hereby claim:
- I am luccasmf on github.
- I am luccasmf (https://keybase.io/luccasmf) on keybase.
- I have a public key whose fingerprint is BC01 9CDE 165E 2D2D A6BF 1342 829C 597D 92D8 2A10
To claim this, I am signing this object:
| using Refit; | |
| //shortened for brevity | |
| public void ConfigureServices(IServiceCollection services) | |
| { | |
| ... | |
| services.AddRefitClient<IMusicRequestsInterface>() | |
| .ConfigureHttpClient(httpClient => |
| using MusicApp.Interfaces; | |
| using MusicApp.Models; | |
| using Refit; | |
| using System; | |
| using System.Threading.Tasks; | |
| namespace MusicApp | |
| { | |
| class Program | |
| { |
| using MusicApp.Models; | |
| using Refit; | |
| using System.Collections.Generic; | |
| using System.Threading.Tasks; | |
| namespace MusicApp.Interfaces | |
| { | |
| public interface IMusicRequestsInterface | |
| { | |
| [Get("/api/v1/music/all")] |
I hereby claim:
To claim this, I am signing this object: