Skip to content

Commit

Permalink
Add link to Tracked Out website
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply committed Jan 5, 2025
1 parent 9240174 commit 31281e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Decked Out 2 Backend API

API backend server for Decked Out 2.
API backend server for Decked Out 2 on the [Tracked Out](https://trackedout.org) network.

## Quick Start

Expand All @@ -12,7 +12,7 @@ Once that's running, navigate to http://localhost:3000/v1/docs in your browser t

### Inventory
- **GET /storage/items**: Retrieve a list of all items in the inventory.
- **Parameters**:
- **Parameters**:
- `name` (optional): Filter items by name.
- `player` (optional): Filter items by player.
- `deckType` (optional): Filter items by deck type.
Expand Down Expand Up @@ -63,7 +63,7 @@ Once that's running, navigate to http://localhost:3000/v1/docs in your browser t

### Claims
- **GET /claims**: Retrieve a list of all claims.
- **Parameters**:
- **Parameters**:
- `player` (optional): Filter claims by player.
- `state` (optional): Filter claims by state.
- `type` (optional): Filter claims by type.
Expand Down

0 comments on commit 31281e3

Please sign in to comment.