-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from pablo-clueless/documentation
fixed dead links
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Getting Started with eCommerce API | ||
# Getting Started | ||
|
||
Welcome to eCommerce API, the perfect solution for testing and developing your eCommerce applications. This guide will help you quickly get started with our API and explore its features. | ||
|
||
|
@@ -8,7 +8,7 @@ Before you begin, ensure you have the following prerequisites in place: | |
|
||
- **Access to eCommerce API:** To access our API, you need to sign up for an account on our platform. | ||
|
||
- **API Key:** You'll need an API key to make authenticated requests. You can obtain your API key by [following these steps](guide/auth.md). | ||
- **API Key:** You'll need an API key to make authenticated requests. You can obtain your API key by [following these steps](./guide/auth.md). | ||
|
||
- **HTTP Client:** We recommend using a tool like [Postman](https://www.postman.com/downloads/) for sending HTTP requests. | ||
|
||
|
@@ -19,7 +19,7 @@ Before you begin, ensure you have the following prerequisites in place: | |
- **Key:** `Authorization` | ||
- **Value:** `Bearer YOUR_API_KEY` | ||
|
||
2. **Select an Endpoint:** Choose an endpoint from our [API documentation](guide) to interact with. For example, you can start by fetching a list of products. | ||
2. **Select an Endpoint:** Choose an endpoint from our [API documentation](./guide/) to interact with. For example, you can start by fetching a list of products. | ||
|
||
3. **Send the Request:** Use your HTTP client to send a GET request to the selected endpoint. You can explore various query parameters to customize your request further. | ||
|
||
|
@@ -39,7 +39,7 @@ Once you've made your first request and received a successful response, you can | |
|
||
## Documentation and Support | ||
|
||
For detailed information about endpoints, request parameters, and response data, refer to our [comprehensive API documentation](guide). | ||
For detailed information about endpoints, request parameters, and response data, refer to our [comprehensive API documentation](./guide/). | ||
|
||
If you encounter any issues, have questions, or need assistance, our support team is here to help. Feel free to reach out to [[email protected]](mailto:[email protected]). | ||
|
||
|