Created
March 9, 2020 01:32
-
-
Save diki-haryadi/1da8bcca72590a48df6a61ae12fef8e0 to your computer and use it in GitHub Desktop.
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
| +---------+------------------------------------------------------------+ | |
| | VERB | DESKRIPSI | | |
| +---------+------------------------------------------------------------+ | |
| | GET | Digunakan untuk mengambil data. | | |
| | POST | Digunakan untuk membuat data. | | |
| | PUT | Digunakan untuk mengganti/mengubah data atau collections. | | |
| | DELETE | Digunakan untuk menghapus data. | | |
| +---------+------------------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment