Compare commits
No commits in common. "35b1d0c1fcdda5184a9b734697b379e628b04223" and "70a30ff1321d26a59b9ad4091d847a7fc8710e61" have entirely different histories.
35b1d0c1fc
...
70a30ff132
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "spacetraders_sdk"
|
||||
version = "1.5.2"
|
||||
version = "1.5.1"
|
||||
gleam = ">= 1.11.0"
|
||||
description = "A Gleam SDK for the spacetraders.io game API"
|
||||
licences = ["MIT"]
|
||||
|
|
|
@ -1673,7 +1673,6 @@ pub type ConstructionSiteSupplied {
|
|||
}
|
||||
|
||||
pub fn supply_construction_site(
|
||||
token: AgentToken,
|
||||
system_symbol: SystemSymbol,
|
||||
waypoint_symbol: WaypointSymbol,
|
||||
ship_symbol: ShipSymbol,
|
||||
|
@ -1682,7 +1681,7 @@ pub fn supply_construction_site(
|
|||
) -> ApiResponse(ConstructionSiteSupplied) {
|
||||
let request =
|
||||
api.post_json(
|
||||
AgentAuth(token),
|
||||
NoAuth,
|
||||
"/systems/"
|
||||
<> system_symbol.to_string(system_symbol)
|
||||
<> "/waypoints/"
|
||||
|
|
Loading…
Reference in a new issue