From 5c4fb867ff66e22af3e827dead9c24b9eaa6e3f4 Mon Sep 17 00:00:00 2001 From: "Kevin Bloch (@codingthat)" Date: Mon, 7 Jan 2019 11:09:05 +0100 Subject: [PATCH] Add link to published article --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6ab4106..9ab30ae 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ by associations), and by making requests to persist the association on the serve ActiveResource.js relies heavily on naming in that it uses class and association names to establish mappings between respective resource endpoints, and nested/related resource endpoints. Although these mappings can be defined explicitly, it's recommended to follow naming conventions, especially when getting started with the library. +
+
+An introduction to ActiveResource.js can be found on the Toptal Engineering Blog at https://www.toptal.com/api-developers/fast-powerful-js-sdks-for-rest-apis . ## Installation