RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Implementing Rails APIs like a professional

Link: https://blog.joshsoftware.com/2014/05/08/implementing-rails-apis-like-a-professional/

Today, a web-portal that does not support APIs is not even considered a web portal! This post explains how we can implement Rails APIs in our application. Rails APIs require the following minimum implementation:

API keys. API Versioning. API Request Authentication. Request throttling (optional). Let’s see how this can be done.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in