From 7f3b7ea43d64c1317322ec42bf11835468000708 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 13 Oct 2015 15:51:28 -0400 Subject: [PATCH] Add README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..154a3a1 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# jokes-api + +## Description + +Sample repository for the [Let's Talk APIs Talk](https://atomaka.github.com/lets-talk-apis) + +## Branches + +* [active_model_serializers](https://github.com/atomaka/jokes-api/tree/active_model_serializers) - Sample updated to use [active_model_serializers](https://github.com/rails-api/active_model_serializers) +* [grape](https://github.com/atomaka/jokes-api/tree/grape) - Sample updated to use [grape](https://github.com/ruby-grape/grape)