https://github.com/kant2002/sportradar-api
SportRadar API
https://github.com/kant2002/sportradar-api
sportradar
Last synced: over 1 year ago
JSON representation
SportRadar API
- Host: GitHub
- URL: https://github.com/kant2002/sportradar-api
- Owner: kant2002
- License: apache-2.0
- Created: 2019-07-26T12:09:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T21:36:03.000Z (about 3 years ago)
- Last Synced: 2024-10-11T20:44:26.028Z (almost 2 years ago)
- Topics: sportradar
- Language: C#
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C# API for the SportRadar
[](https://codevision.visualstudio.com/SportRadar/_build/latest?definitionId=108&branchName=master)
> see https://aka.ms/autorest
``` yaml
use-extension:
"@microsoft.azure/autorest.csharp": "2.3.84"
input-file: openapi.yaml
csharp:
namespace: AndriiKurdiumov.SportRadar.Client
output-folder: SportRadar.Api.Client
```
All content of the client, generated using autorest. Just run in the root of solution:
```
autorest
```
## Usage
To use add custom NuGet feed https://codevision.pkgs.visualstudio.com/SportRadar/_packaging/sportradar/nuget/v3/index.json
dotnet add package SportRadar.Api.Client -s https://codevision.pkgs.visualstudio.com/SportRadar/_packaging/sportradar/nuget/v3/index.json