From 3b95105a81cecb35ddc334ddc3e77843dbd7bdcb Mon Sep 17 00:00:00 2001 From: Alexander B Date: Mon, 24 Feb 2020 21:25:44 +0100 Subject: [PATCH] Added Readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1565ce5 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 5sim.net Api Library +This is a library to use the official 5sim Api. +## Installation +Import the .dll into your project. + +## Usage +Create a new `_5sim.Api`. +Within the constructor-method you pass your api-token from 5sim. + +## How to use it +I am mostly following the official Api from 5sim, +therefore you should have a look at their Api: https://5sim.net/docs/api_en.txt?68dc38df57 (24.02.2020) \ No newline at end of file