Completed
Default Media Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating RESTful Web Services with Grails 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 New in Grails 3
- 3 Web API profile
- 4 Getting Started
- 5 The Task - Gr8Data
- 6 Data Model
- 7 First Endpoint
- 8 POST (successful)
- 9 Resource Annotation Recap
- 10 RESTful Controllers
- 11 URI Customization
- 12 Default Mapping
- 13 URL Mappings Report
- 14 HTTP Methods
- 15 Default Media Types
- 16 Custom Media Types
- 17 Custom Response Formats
- 18 grails-app/init/Bootstrap.groovy
- 19 Json Renderer
- 20 Json Collection Renderer
- 21 JSON view
- 22 Versioning in Grails
- 23 Version By Namespace
- 24 Security
- 25 Conclusion