From 37dca7d5c87b33c9bdc01a484066555dbf906742 Mon Sep 17 00:00:00 2001 From: Aditya <147301021+adityajha2005@users.noreply.github.com> Date: Tue, 22 Apr 2025 01:29:25 +0530 Subject: [PATCH] Update README.md updated readme, fixed the clone command , updated endpoints url from api2.gib.work to app.gib.work --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f35cf7..6bc90ce 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ This application serves as an example implementation of GibWork's task managemen 1. Clone the repository: ```bash -git clone -cd gibwork-api-example +git clone https://github.com/gibwork/gibwork-api-examples +cd gibwork-api-examples ``` 2. Install dependencies: @@ -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