Skip to content
Snippets Groups Projects
Commit 9720bd8e authored by Alexander Jason's avatar Alexander Jason
Browse files

feat: add readme

parent 3389d546
Branches esther
Tags
No related merge requests found
......@@ -90,6 +90,13 @@ http://localhost:8000/
| Model User | 13521085 |
| Pagination | 13521085, 13521100 |
**Server Side 2.0:**
| Fitur | Nim |
|----------------------|----------|
| Send Subscription | 13521085 |
| Subscription Status | 13521085 |
**Client Side:**
| Fitur | Nim |
|------------------------|----------|
......@@ -103,3 +110,12 @@ http://localhost:8000/
| Add Book, User, Author | 10023327 |
| Not Found Page | 13521100 |
| Book Details | 13521100 |
**Client Side 2.0:**
| Fitur | Nim |
|------------------------|----------|
| Premium Book Detail | 13521100 |
| Collection List | 13521100 |
| Collection Detail | 13521085 |
| My Subscription | 13521100 |
......@@ -46,7 +46,7 @@
$raw_data = file_get_contents('http://host.docker.internal:8040/api/curator/' . $sub['curator']);
$data = json_decode($raw_data, true);
echo var_dump($data);
// echo var_dump($data);
$colId = $data['collectionId'];
echo "<tr>";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment