Skip to content

Commit 121b0e0

Browse files
authored
Update README.md
1 parent 98769b3 commit 121b0e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
```
3030
https://x-labs.my.id/api/kbbi/search/<PARAM>
3131
```
32+
33+
```
34+
https://x-labs.my.id/api/kbbi?search=<PARAM>
35+
```
36+
3237
[Coba Sekarang](https://x-labs.my.id/api/kbbi/search/demo)
3338

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

5358
## End Point
5459
- /api/kbbi
60+
- /api/kbbi?search=```KATA_KUNCI```
5561
- /api/kbbi/search/```KATA_KUNCI```
5662

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

113+
## Log Perubahan
114+
[Lihat Log Perubahan](https://github.com/dyazincahya/API-KBBI-PHP-Codeigniter-4/releases)
115+
107116
## Penulis
108117
[Kang Cahya](https://kang-cahya.com)

0 commit comments

Comments
 (0)