Skip to content

Commit 4668703

Browse files
committedJan 23, 2021
Initial commit of auto-generated Emnify API, using their swagger definition
0 parents  commit 4668703

File tree

277 files changed

+16620
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+16620
-0
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target/
2+
**/*.rs.bk
3+
Cargo.lock

‎Cargo.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[package]
2+
name = "emnify"
3+
version = "1.0.0"
4+
authors = ["OpenAPI Generator team and contributors"]
5+
edition = "2018"
6+
7+
[dependencies]
8+
serde = "^1.0"
9+
serde_derive = "^1.0"
10+
serde_json = "^1.0"
11+
url = "2.2"
12+
[dependencies.reqwest]
13+
version = "^0.11"
14+
default-features = false
15+
features = ["json"]
16+
17+
[dev-dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.