Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API design ensuring backward compatibility [closed]

Are there any best practices to keep in mind while designing API's which ensures backward compatibility and new version releases. Any links to articles/blogs is appreciated.

like image 783
Sampat Avatar asked Jan 18 '12 09:01

Sampat


1 Answers

You should check out this presentation about API design. It's from Google and pretty good. It also addresses backward compatibility and new releases.

How to Design a Good API and Why it Matters

like image 83
Peladao Avatar answered Sep 18 '22 21:09

Peladao