by Troy Anderson | Mar 15, 2017 | iOS, Rails
Before I get into a what makes a good Internet API, I want to be clear on what good means to me in this context. An API is, by definition, an integration project, and integration is hard and can be time consuming. A good API would reduce the time and complication of...
by Troy Anderson | Nov 17, 2015 | Rails
In this walk-thru, I will show you how to use rails and apartment to create a multitenant app that uses the domain name to determine which tenant to present with very little code. You will see that adding additional functionaltiy to all tenants at once is as...
by Troy Anderson | Jun 7, 2014 | Rails
In this walk-thru, we will show you how to use rails, grape, and swagger to create a versioned API that includes parameter validation, json and XML data, automatically generated documentation with very little code. You will see that adding additional APIs is quite...