Add link on REST APIs.

This commit is contained in:
Kevin Deldycke
2016-12-27 16:18:06 +01:00
parent 7a75a4e992
commit d63df96b5e

View File

@@ -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.