SpaceTraders_SDK
1.0.4indexedAPI wrapper for the SpaceTraders game, facilitating client initialization, user registration, and interaction with game factions and symbols through simplified methods.
API wrapper for the SpaceTraders game, facilitating client initialization, user registration, and interaction with game factions and symbols through simplified methods.
SpaceTraders_SDK is an API wrapper for SpaceTraders game in Android.
implementation("io.github.yamin8000:SpaceTradersKMP:version")
implementation group: 'io.github.yamin8000', name: 'SpaceTradersKMP-jvm', version: 'version'
implementation("io.github.yamin8000:SpaceTradersKMP-jvm:version")
<dependency>
<groupId>io.github.yamin8000</groupId>
<artifactId>SpaceTradersKMP</artifactId>
<version>version</version>
</dependency>
val client = GameClient(token = "")
val request = RegisterRequest(
faction = FactionSymbol.COSMIC,
symbol = "yamin",
email = "yamin@yahoo.com"
)
val response = client.register(request)
println(response.data)
[!important] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Surfaced from shared tags and platforms — no rankings paid for.