Review the key concepts you need to know to create queries to a RESTful JSON server API
This course covers the key concepts you need to know to create a query to the RESTful JSON Server API, the basics of creating a request, how to perform standard operations on server-side data including creating, reading, updating and deleting (CRUD), how to parse JSON data is directly related to object examples with Codable protocol, advanced use of Codable protocol, including how to perform manual data encryption
What you’ll learn
- create a query to the RESTful JSON Server API.
- the basics of creating a request.
- how to perform standard operations on server-side data including creating.
- reading, updating and deleting (CRUD).
- how to parse JSON data is directly related to object examples with Codable protocol.
- advanced use of Codable protocol.
- how to perform manual data encryption.
Course Content
- Introduction –> 3 lectures • 2min.
- Overview and Read Request –> 4 lectures • 19min.
- Codable Protocol for Read Request –> 4 lectures • 16min.
- Create, Delete, and Encodable for Update –> 4 lectures • 18min.
- More Advanced Uses of Codable –> 5 lectures • 25min.
- Conclusion –> 1 lecture • 1min.
Requirements
- basics in ios development.
This course covers the key concepts you need to know to create a query to the RESTful JSON Server API, the basics of creating a request, how to perform standard operations on server-side data including creating, reading, updating and deleting (CRUD), how to parse JSON data is directly related to object examples with Codable protocol, advanced use of Codable protocol, including how to perform manual data encryption