Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Jun 26, 2024
1 parent 98769b3 commit 121b0e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
```
https://x-labs.my.id/api/kbbi/search/<PARAM>
```

```
https://x-labs.my.id/api/kbbi?search=<PARAM>
```

[Coba Sekarang](https://x-labs.my.id/api/kbbi/search/demo)

## Kompatibel dengan
Expand All @@ -52,6 +57,7 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');

## End Point
- /api/kbbi
- /api/kbbi?search=```KATA_KUNCI```
- /api/kbbi/search/```KATA_KUNCI```

## Contoh Respon
Expand Down Expand Up @@ -104,5 +110,8 @@ $routes->get('/api/kbbi/search/(:any)', 'ApiKBBI::search/$1');
}
```

## Log Perubahan
[Lihat Log Perubahan](https://github.com/dyazincahya/API-KBBI-PHP-Codeigniter-4/releases)

## Penulis
[Kang Cahya](https://kang-cahya.com)

0 comments on commit 121b0e0

Please sign in to comment.