Liking cljdoc? Tell your friends :D

de.npcomplete.spacetraders-clj.core-with-token

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.
raw docstring

available-goodsclj

(available-goods)

Get available goods

Get available goods
raw docstring

available-loansclj

(available-loans)

Get available loans

Get available loans
raw docstring

available-shipsclj

(available-ships)

Get info on available ships

Get info on available ships
raw docstring

available-structuresclj

(available-structures)

Get available structures

Get available structures
raw docstring

buy-ship!clj

(buy-ship! location ship-type)

Buy a new ship

Buy a new ship
raw docstring

claim-username!clj

Claim a username and get a token

Claim a username and get a token
raw docstring

create-flight-plan!clj

(create-flight-plan! ship-id destination)

Submit a new flight plan

Submit a new flight plan
raw docstring

create-structure!clj

(create-structure! location type)

Create a new structure

Create a new structure
raw docstring

deposit-goods!clj

(deposit-goods! structure-id ship-id good quantity)

Deposit goods to a structure

Deposit goods to a structure
raw docstring

deposit-goods-to-owned-structure!clj

(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
raw docstring

game-statusclj

Use to determine whether the server is alive

Use to determine whether the server is alive
raw docstring

jettison-cargo!clj

(jettison-cargo! ship-id good quantity)

Jettison cargo

Jettison cargo
raw docstring

leaderboardclj

(leaderboard)

Use to see the current net worth of the top players

Use to see the current net worth of the top players
raw docstring

location-infoclj

(location-info location)

Get info on a location

Get info on a location
raw docstring

location-marketplaceclj

(location-marketplace location)

Get info on a location's marketplace

Get info on a location's marketplace
raw docstring

location-shipsclj

(location-ships location)

Get the ships at a location

Get the ships at a location
raw docstring

location-structuresclj

(location-structures location)

Get the structures at a location

Get the structures at a location
raw docstring

my-accountclj

(my-account)

Get information on your account

Get information on your account
raw docstring

my-flight-plan-infoclj

(my-flight-plan-info flight-plan-id)

Get info on an existing flight plan

Get info on an existing flight plan
raw docstring

my-loansclj

(my-loans)

Get your loans

Get your loans
raw docstring

my-ship-infoclj

(my-ship-info ship-id)

Get your ship info

Get your ship info
raw docstring

my-shipsclj

(my-ships)

Get your ships

Get your ships
raw docstring

my-structure-infoclj

(my-structure-info structure-id)

Use to see a specific structure you own

Use to see a specific structure you own
raw docstring

my-structuresclj

(my-structures)

Use to see all of your structures

Use to see all of your structures
raw docstring

pay-off-loan!clj

(pay-off-loan! loan-id)

Pay off your loan

Pay off your loan
raw docstring

place-purchase-order!clj

(place-purchase-order! ship-id good quantity)

Place a new purchase order

Place a new purchase order
raw docstring

place-sell-order!clj

(place-sell-order! ship-id good quantity)

Place a new sell order

Place a new sell order
raw docstring

sell-ship!clj

(sell-ship! ship-id)

Scrap your ship for credits

Scrap your ship for credits
raw docstring

structure-infoclj

(structure-info structure-id)

See specific structure (ship must be docked at same location?)

See specific structure (ship must be docked at same location?)
raw docstring

system-docked-shipsclj

(system-docked-ships system)

Get info on a system's docked ships

Get info on a system's docked ships
raw docstring

system-flight-plansclj

(system-flight-plans system)

Get all active flight plans in the system

Get all active flight plans in the system
raw docstring

system-infoclj

(system-info system)

Get systems info

Get systems info
raw docstring

system-locationsclj

(system-locations system & [type :as vec-arg__2558])

Get location info for a system

Get location info for a system
raw docstring

system-ship-listingsclj

(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
raw docstring

take-goods!clj

(take-goods! structure-id ship-id good quantity)

Transfer goods from your structure to a ship

Transfer goods from your structure to a ship
raw docstring

take-out-loan!clj

(take-out-loan! loan-type)

Take out a loan

Take out a loan
raw docstring

transfer-cargo!clj

(transfer-cargo! from-ship-id to-ship-id good quantity)

Transfer cargo between ships

Transfer cargo between ships
raw docstring

warp-jump!clj

(warp-jump! ship-id)

Attempt a warp jump

Attempt a warp jump
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close