Live data from Hacker News

Ask HN: Any book recommendations for API design?

news.ycombinator.com

1–5 of 5 posts

Ask HN: Any book recommendations for API design?

#1
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

Re: Ask HN: Any book recommendations for API design?

#3
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...