Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunador committed May 25, 2021
1 parent 0151804 commit 9f4065d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,11 @@ Get information about a particular structure
```typescript
spaceTraders.viewStructureDetails(structureId: string): Promise<CreateStructureResponse>
```

### [warpJump](https://api.spacetraders.io/#api-warp_jump-WarpJump)

Attempt a warp jump with a ship

```typescript
spaceTraders.warpJump(shipId: string): Promise<FlightPlanResponse>
```

0 comments on commit 9f4065d

Please sign in to comment.