Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This application serves as an example implementation of GibWork's task managemen

1. Clone the repository:
```bash
git clone <repository-url>
cd gibwork-api-example
git clone https://github.com/gibwork/gibwork-api-examples
cd gibwork-api-examples
```

2. Install dependencies:
Expand Down Expand Up @@ -52,12 +52,12 @@ Authenticated users can create tasks by providing:
- Token Amount
- Tags

Endpoint used: `POST https://api2.gib.work/tasks/public/transaction`
Endpoint used: `POST https://app.gib.work/tasks/public/transaction`

### Explore Tasks (`/exploreTasks`)
Browse all listed tasks with features including:
- View all tasks: `GET https://api2.gib.work/explore`
- View individual task details: `GET https://api2.gib.work/tasks/{id}`
- View all tasks: `GET https://app.gib.work/explore`
- View individual task details: `GET https://app.gib.work/tasks/{id}`


## Contributing
Expand Down