An open API service indexing awesome lists of open source software.

https://github.com/reloadly/dotnet-airtime-sample-application


https://github.com/reloadly/dotnet-airtime-sample-application

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotnet-airtime-sample-application

This application depicts how to make a top-up via Reloadly's Airtime API using the .NET framework.

# Dependencies

[Newtonsoft](https://www.newtonsoft.com/json). To install, run:

```js
dotnet add package Newtonsoft.Json --version 13.0.1
```

# Commands

To run this application:

```js
dotnet run
```

To instantiate a build:

```js
dotnet build
```

For methods and classes used, check out the .NET documentation [here](https://docs.microsoft.com/en-us/dotnet/)