This namespace is a convenience version of the core ns, where all functions which take the token as their first argument will instead take it from an environment variable.
This namespace is a convenience version of the core ns, where all functions which take the token as their first argument will instead take it from an environment variable.
(available-ships)
Get info on available ships
Get info on available ships
(available-structures)
Get available structures
Get available structures
(create-flight-plan! ship-id destination)
Submit a new flight plan
Submit a new flight plan
(create-structure! location type)
Create a new structure
Create a new structure
(deposit-goods! structure-id ship-id good quantity)
Deposit goods to a structure
Deposit goods to a structure
(deposit-goods-to-owned-structure! structure-id ship-id good quantity)
Deposit goods to a structure you own
Deposit goods to a structure you own
Use to determine whether the server is alive
Use to determine whether the server is alive
(jettison-cargo! ship-id good quantity)
Jettison cargo
Jettison cargo
(leaderboard)
Use to see the current net worth of the top players
Use to see the current net worth of the top players
(location-marketplace location)
Get info on a location's marketplace
Get info on a location's marketplace
(location-ships location)
Get the ships at a location
Get the ships at a location
(location-structures location)
Get the structures at a location
Get the structures at a location
(my-account)
Get information on your account
Get information on your account
(my-flight-plan-info flight-plan-id)
Get info on an existing flight plan
Get info on an existing flight plan
(my-structure-info structure-id)
Use to see a specific structure you own
Use to see a specific structure you own
(my-structures)
Use to see all of your structures
Use to see all of your structures
(place-purchase-order! ship-id good quantity)
Place a new purchase order
Place a new purchase order
(place-sell-order! ship-id good quantity)
Place a new sell order
Place a new sell order
(sell-ship! ship-id)
Scrap your ship for credits
Scrap your ship for credits
(structure-info structure-id)
See specific structure (ship must be docked at same location?)
See specific structure (ship must be docked at same location?)
(system-docked-ships system)
Get info on a system's docked ships
Get info on a system's docked ships
(system-flight-plans system)
Get all active flight plans in the system
Get all active flight plans in the system
(system-locations system & [type :as vec-arg__2558])
Get location info for a system
Get location info for a system
(system-ship-listings system & [class :as vec-arg__2557])
Get a list of all ships available to buy in the system
Get a list of all ships available to buy in the system
(take-goods! structure-id ship-id good quantity)
Transfer goods from your structure to a ship
Transfer goods from your structure to a ship
(transfer-cargo! from-ship-id to-ship-id good quantity)
Transfer cargo between ships
Transfer cargo between ships
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close