Service Objects for API Interactions with Twilio
Play
15:55 CC

Service Objects for API Interactions with Twilio

#154 Oct 7, 2018 free
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.

Rails API Documentation
Play
15:18 CC

Rails API Documentation

#146 Aug 12, 2018 pro
In this episode, we look at creating an interactive documentation for a Rails API.

iOS Authentication with a Rails API
Play
19:33 CC

iOS Authentication with a Rails API

#143 Jul 22, 2018 pro
In this episode, we look at creating an iOS Application which will communicate with the Rails API application from the previous episode.

Rails API Versioning
Play
9:52 CC

Rails API Versioning

#142 Jul 15, 2018 pro
Using the URI or Accept Headers, we can version our API to prevent breaking changes to our end users. In this episode, we look at versioning our RESTful API.

Rails API App - Authentication with JSON Web Tokens
Play
24:04 CC

Rails API App - Authentication with JSON Web Tokens

#138 Jun 17, 2018 pro
With a bare Rails API app, we add an authentication solution and checks per request with JSON Web Tokens, JWT.