Building APIs with Rails: Handling Errors NicelyIgnoring one session covering basic CRUD and deserialization using ActiveModel::Serializer, we get to a more interesting session: Handling…
Building APIs with Rails: Documentation TestingNow that we’ve started building a very basic API, we should make sure that the documentation is kept up to date with our progress. Even…
Building REST APIs with Rails: Basic SerializationThird video in a pile of LiveCoding.tv videos, shows how to use ActiveModel Serializer to shape the output of your resources. I totally…
Mocking APIs with API BlueprintThe second video in a pile of LiveCoding.tv videos shows how to use your API Blueprint documentation to mock APIs, and a few different ways…
API Documentation: Do it FirstTwo years ago I finished the first edition of Build APIs You Won’t Hate, and since then I’ve worked on bigger and better projects, using my…