https://github.com/reloadly/dotnet-airtime-sample-application
https://github.com/reloadly/dotnet-airtime-sample-application
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reloadly/dotnet-airtime-sample-application
- Owner: Reloadly
- Created: 2021-09-13T23:24:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T15:58:58.000Z (over 3 years ago)
- Last Synced: 2025-01-13T05:14:22.701Z (about 1 year ago)
- Language: C#
- Size: 332 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)