-
-
Save sofyan48/fb09f25e61a042cdf71c5aa8bf4bbb30 to your computer and use it in GitHub Desktop.
Contoh api
This file contains hidden or 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
| http://example.com/api/book?key=ImhDM1Y0WGZUU2JlNmFSZVYuaGFuZHJ5bGFnaS5pMnNHMTFseWFUMEUxcnNhIg.K2JCKMF1gbBMrkr-viW8TY7dv0U | |
| http://example.com/api/book?page=2&<key> (untuk mendapatkan list buku perhalaman) | |
| http://example.com/api/book?limit=30&<key> (untuk mendapatkan list buku dengan jumlah limit tertentu) | |
| http://example.com/api/book?page=2&limit=30&<key> (untuk mendapatkan list buku keduanya) | |
| [ | |
| [ | |
| { | |
| "code": 200, | |
| "msg": "success", | |
| "page": 1, | |
| "limit": 10 | |
| }, | |
| { | |
| "Book": { | |
| "Category": { | |
| "id": 13, | |
| "name": "Fiksi" | |
| }, | |
| "Publisher": { | |
| "id": 9, | |
| "name": "Media Pressindo" | |
| }, | |
| "author": "Dinas Pertamanan & Pemakanan DKI Jakarta", | |
| "cover": "publication/book/cover/6278_947ddcb3f85ba0cd73e1f7d76577c0f6_230x340.png", | |
| "cover_origin": "publication/book/cover/947ddcb3f85ba0cd73e1f7d76577c0f6.png", | |
| "description": "", | |
| "discount_price": null, | |
| "extension": "epub", | |
| "id": 5, | |
| "isbn": "xxx-xxx-xx-xxx-xx", | |
| "price": 0, | |
| "publish_address": null, | |
| "published_date": "Thu, 09 Jul 2015 00:00:00 GMT", | |
| "release_date": "Mon, 23 Jan 2017 00:00:00 GMT", | |
| "sell_book_price": 0, | |
| "title": "Katalog Taman Kota DKI Jakarta" | |
| } | |
| }, | |
| ... | |
| ] | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment