Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Jun 12, 2024
1 parent 5f5d14f commit e2d9aeb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ composer require jakiboy/apaapi

#### Without Composer?

* **1** - [Download repository ZIP](/Jakiboy/apaapi/archive/refs/heads/dev.zip) (*Latest version*).
* **1** - [Download repository ZIP](https://github.com/Jakiboy/apaapi/archive/refs/heads/master.zip) (*Latest version*).
* **2** - Extract ZIP (*apaapi-dev*).
* **3** - Include this lines beelow (*apaapi self-autoloader*).

Expand All @@ -43,8 +43,8 @@ This version includes:
* **Keyword Converter** (ASIN, ISBN, EAN, Node, Root).
* **Caching System** (Basic built-in cache to reduce API calls).

[Full Changelog](/Jakiboy/apaapi/releases).
[Previous Version](/Jakiboy/apaapi/tree/1.1.7).
[Full Changelog](https://github.com/Jakiboy/apaapi/releases).
[Previous Version](https://github.com/Jakiboy/apaapi/tree/1.1.7).

## ⚡ Getting Started:

Expand Down Expand Up @@ -80,7 +80,7 @@ $data = $builder->searchOne('Sony Xperia Pro-I'); // Normalized array
```

> [!Note]
> *See advanced builder usage at [/wiki/Builder](/Jakiboy/apaapi/wiki/Builder)*
> *See advanced builder usage at [/wiki/Builder](https://github.com/Jakiboy/apaapi/wiki/Builder)*
### Basic (Search):

Expand All @@ -106,7 +106,7 @@ $data = $response->get(); // Array

```
> [!Note]
> *See all available TLDs used by setLocale() at [/wiki/TLDs](/Jakiboy/apaapi/wiki/TLDs)*
> *See all available TLDs used by setLocale() at [/wiki/TLDs](https://github.com/Jakiboy/apaapi/wiki/TLDs)*

### Basic (Get):
Expand Down Expand Up @@ -184,7 +184,7 @@ $operation->setResources(['Images.Primary.Small', 'ItemInfo.Title', 'Offers.List
```

> [!Note]
> *See all available ressources used by setResources() at [/wiki/Ressources](/Jakiboy/apaapi/wiki/Ressources)*
> *See all available ressources used by setResources() at [/wiki/Ressources](https://github.com/Jakiboy/apaapi/wiki/Ressources)*
### Cart:

Expand Down Expand Up @@ -221,13 +221,13 @@ $data = $rating->get(); // Array

> [!Note]
> * *The Amazon logo included in top of this page refers only to the [Amazon Product Advertising API V5](https://webservices.amazon.com/paapi5/documentation/index.html)*.
> * *All available use case examples located in [/examples](/Jakiboy/apaapi/tree/dev/examples)*.
> * *All available use case examples located in [/examples](https://github.com/Jakiboy/apaapi/tree/dev/examples)*.
---

### Authors:

* [Jakiboy](/Jakiboy) (*Initial work*)
* [Jakiboy](https://github.com/Jakiboy) (*Initial work*)
* Any PR is welcome!

### ⭐ Support:
Expand Down

0 comments on commit e2d9aeb

Please sign in to comment.