From 024c1131f5648221d9de9f4f56578768bd10079f Mon Sep 17 00:00:00 2001 From: M Rafi Raihandika <69857679+mananispiwpiw@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:29:21 +0700 Subject: [PATCH 1/2] Update A-client-http-request-simple.md Mengubah method menjadi "GET". --- content/A-client-http-request-simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/A-client-http-request-simple.md b/content/A-client-http-request-simple.md index 605851e6d..999cbfa5f 100644 --- a/content/A-client-http-request-simple.md +++ b/content/A-client-http-request-simple.md @@ -36,7 +36,7 @@ func fetchUsers() ([]student, error) { var client = &http.Client{} var data []student - request, err := http.NewRequest("POST", baseURL+"/users", nil) + request, err := http.NewRequest("GET", baseURL+"/users", nil) if err != nil { return nil, err } From 964ad7e4871bea8d21a4dd9b1e688b4000f31994 Mon Sep 17 00:00:00 2001 From: Noval Agung Prayogo Date: Fri, 1 Sep 2023 07:18:57 +0000 Subject: [PATCH 2/2] feat: update contributor list --- content/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/CONTRIBUTING.md b/content/CONTRIBUTING.md index aabecd204..c20782465 100644 --- a/content/CONTRIBUTING.md +++ b/content/CONTRIBUTING.md @@ -53,6 +53,7 @@ Berikut merupakan *hall of fame* kontributor yang sudah berbaik hati menyisihkan 1. [Jono](https://github.com/josterand) 1. [Kiswono Prayogo](https://github.com/kokizzu) 1. [Lufri Rais Maulana](https://github.com/raismaulana) +1. [M Rafi Raihandika](https://github.com/mananispiwpiw) 1. [M. Ilham Syaputra](https://github.com/ilhamsyaputra) 1. [Ma'mur Rezeki](https://github.com/erzqy) 1. [MH Rohman Masyhar](https://github.com/rohmanhm)