Make API
GET and POST requests
Get
; normally used to read data
e.g. to see a movie list
Post
; normally used to create, update, or delete data.
e.g. sign up, change a password
Get request
Jquery import
<script src="https://ajax.googleapis.com/ajax/libs...
olliekim.hashnode.dev3 min read