🟩
Introducing to API
What is Rest meaning?
Representational State Transfer
What can we do with API?
- Create
- Read
- Update
- Delete And we say CRUD Operations
Important rule
When we build api we should use 'api' in url like one of these:
Http Method
- GET for Read data
- POST for Create data
- PUT for Update data
- DELETE for Delete data
