Skip to content

Instantly share code, notes, and snippets.

@diki-haryadi
Created March 9, 2020 01:32
Show Gist options
  • Select an option

  • Save diki-haryadi/1da8bcca72590a48df6a61ae12fef8e0 to your computer and use it in GitHub Desktop.

Select an option

Save diki-haryadi/1da8bcca72590a48df6a61ae12fef8e0 to your computer and use it in GitHub Desktop.
+---------+------------------------------------------------------------+
| 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