From d63df96b5e4d50d3bb4dcff1bbc95cee2c2ab273 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 27 Dec 2016 16:18:06 +0100 Subject: [PATCH] Add link on REST APIs. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8a8007..864e6ba 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,9 @@ hard. Building software that builds software is harder. Paths](https://yakking.branchable.com/posts/falsehoods-programmers-believe-about-file-paths/) - Diversity of file-systems and OSes makes file paths a little harder than we might think of. +- [Falsehoods About REST +APIs](http://slinkp.com/falsehoods-programmers-believe-about-apis.html) - +Pitfalls to be mindful of when creating and documenting APIs. - [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings) - Challenge your assumptions about strings.