Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0c01d73f9 | ||
|
|
bcac5f84c1 | ||
|
|
3b95105a81 |
@@ -3,6 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<RootNamespace>_5sim_api</RootNamespace>
|
||||
<Version>1.0.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace YoutubeBot._5sim.Objects
|
||||
public int id;
|
||||
|
||||
/// <summary>The phone-number</summary>
|
||||
public string number;
|
||||
public string phone;
|
||||
|
||||
/// <summary>The recieved sms (Activation only has 1 sms)</summary>
|
||||
public List<Sms> sms;
|
||||
|
||||
12
README.md
Normal file
12
README.md
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user