HACKER Q&A
📣 oliver-rock

Any book recommendations for API design?


Do you have any book recommendations for API design? I'm working for a company where data management was a mess and we have loads of systems that should be connected but are built completely seperate.

I'm looking for resources to help design a big change and move loads of systems over to APIs


  👤 joshxyz Accepted Answer ✓
Google for Microsoft REST API Guidelines. You'll find some links in azure and on github.

Okta is good reference too on sensible usage of JWT.

2c2c


👤 chrism238
Copied: Please check "The C Interfaces and Implementations" book by David Hanson [1]. Someone has implemented the concept using his library that you can check and use [2]. Another excellent reference is the "The Linux Programming Interface" book by Michael Kerrisk that documents most of the API available under Linux [3]. [1]https://www.amazon.com/dp/0201498413 [2]https://github.com/gon1332/gonlibs [3]https://www.amazon.com/Linux-Programming-Interface-System-Ha...