Having an API Deprecation Page like EVRYTHNG Does

#ICYMI: The API providers I talk to regularly are rarely proactive when it comes to addressing API deprecation. Most API providers aren’t thinking about shutting down any service they deliver until they’ve actually encountered the need down the road. Many just begin their API journey assuming their APIs will be a success, and they will have to support every version forever. However, once they encounter what it will take to support older versions, they begin to change their tune, something that often comes as an unexpected surprise to consumers.

Shutting down old APIs will never be easy, but the process can be made easier with a little proactive communication. One example of this practice in action can be found over at the Internet of Things provider Evrythng, with their API deprecation page. It provides a pretty simple layout for an API deprecation page, beyond just a title and description of what the future might hold. https://goo.gl/SKZNXg #DataIntegration #ML

XML-Based Swagger 2 Configuration With Spring MVC

Recently, I got a requirement to integrate Swagger 2 with Spring MVC. As the Spring configuration was done using XML based on the project, I had to go for that only, and I started looking for the example but could not find the proper article on the web immediately. Below is the step-by-step guide to configuring Swagger 2 with Spring MVC using an XML-based configuration.

*

First of all, add these below dependencies to your pom.xml. https://goo.gl/9jLyze #DataIntegration #ML