File tree Expand file tree Collapse file tree 4 files changed +43
-3
lines changed Expand file tree Collapse file tree 4 files changed +43
-3
lines changed Original file line number Diff line number Diff line change 1
1
### 0.1.0
2
2
3
- _ Not Released Yet _
3
+ _ Released 2020 Dec 24 _
4
4
5
- #### Introducing GW2APIClient
5
+ #### Overview
6
+
7
+ ** GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
8
+ By leveraging [ Kotlin Multiplatform] ( https://kotlinlang.org/docs/reference/multiplatform.html ) ,
9
+ GW2APIClient can be used on a large variety of platforms (including Android, the
10
+ JVM, and JS) and interoperates seamlessly with various popular programming
11
+ languages.
12
+
13
+ GW2APIClient provides low-level access to the data provided by Guild Wars 2's
14
+ API. It does not provide higher-level abstractions, visualizations or analytical
15
+ functionality but may be used to build such tools.
Original file line number Diff line number Diff line change 4
4
5
5
### Version History
6
6
7
- * ????-??-?? [ 0.1.0] ( 0.1.0.md ) (TBD; work in progress )
7
+ * 2020-12-24 [ 0.1.0] ( 0.1.0.md ) (latest )
8
8
9
9
10
10
This library is strictly following [ SemVer 2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change
1
+ ### 0.1.0
2
+
3
+ _ Released 2020 Dec 24_
4
+
5
+ #### Overview
6
+
7
+ ** GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
8
+ By leveraging [ Kotlin Multiplatform] ( https://kotlinlang.org/docs/reference/multiplatform.html ) ,
9
+ GW2APIClient can be used on a large variety of platforms (including Android, the
10
+ JVM, and JS) and interoperates seamlessly with various popular programming
11
+ languages.
12
+
13
+ GW2APIClient provides low-level access to the data provided by Guild Wars 2's
14
+ API. It does not provide higher-level abstractions, visualizations or analytical
15
+ functionality but may be used to build such tools.
Original file line number Diff line number Diff line change
1
+ ### 0.1.0
2
+
3
+ _ Released 2020 Dec 24_
4
+
5
+ #### Overview
6
+
7
+ ** GW2APIClient** is a cross-platform client for the official Guild Wars 2 API.
8
+ By leveraging [ Kotlin Multiplatform] ( https://kotlinlang.org/docs/reference/multiplatform.html ) ,
9
+ GW2APIClient can be used on a large variety of platforms (including Android, the
10
+ JVM, and JS) and interoperates seamlessly with various popular programming
11
+ languages.
12
+
13
+ GW2APIClient provides low-level access to the data provided by Guild Wars 2's
14
+ API. It does not provide higher-level abstractions, visualizations or analytical
15
+ functionality but may be used to build such tools.
You can’t perform that action at this time.
0 commit comments