Barbarageekiebarbs.hashnode.dev·Mar 13, 2023Semantic VersioningLet’s say I was late for the party. Sometime last week, I took the npm course on FCC. Don’t get me wrong, I’ve built APIs for fun and used the node package manager, but never really explored npm and all it’s about. I’d summarize by saying the npm cou...Discuss·18 likes·83 readssemantic versioning
Tijani Ayomidetijan.hashnode.dev·Jan 7, 2023What is versioning all about...I found the name "versioning" in an article I read not long ago. The article talked about best practices when creating a REST API. I assume we are all tech-savvy here😉 but for those who aren't find below the Wikipedia version of what a REST API is A...Discuss·2 likes·109 readsAPI best practices
Mariusz Sołtysiakmariuszsoltysiak.hashnode.dev·Oct 8, 2022API Versioning with Kotlin and Spring BootI wrote a short poem that explains the need for API versioning: There was an APIAnd it was goodThen PM cameAnd said “you shouldChange the fieldFrom array to string”How can I do it?This is BC!And there it comesThe magical VV like a versionOf your API....Discuss·10 likesKotlin
Yap Han Chiangwww.yaphc.com·May 25, 2020API versioning: The inevitable breaking change in softwareRESTful APIs are interfaces for computers to communicate with one another, and are ideally set in stone. However, even with great design knowledge and practices, demands and requirements of systems evolve over time, which may cause incompatibility w...Discuss·60 readsapi versioning
Shashanknotes.coderhop.com·Feb 23, 2022Versioning REST API !It is highly unlikely that a web API will remain static. As business requirements change new collections of resources may be added, the relationships between resources might change, and the structure of the data in resources might be amended. While u...Discuss·8 likes·10.9K readsAPI DesignREST API
Sundeep Kamathtrystwithcode.hashnode.dev·Apr 18, 2018REST API Versioning in ASP.Net Core - Part 2In the last post, we saw the various ways in which we can version REST APIs. As part of this post, we'll look at some additional important concepts in maintaining REST-based APIs. These include ... Deprecating an API version Removing support for an...Discussasp.net core
Sundeep Kamathtrystwithcode.hashnode.dev·Apr 9, 2018REST API Versioning in ASP.Net Core - Part 1These days REST APIs are used everywhere. As applications begin to mature, there are numerous times when APIs need to be updated. These need to be done systematically, ensuring that the existing consumer clients continue to work as usual without brea...Discussasp.net core