- Posted On 19 October 2016
- By
- In Programming
Swagger is the most powerful opensource framework for RESTful API. As its opensource lots of developers are supporting it in many modern programming languages and environments.
It is based on OpenAPI specifications which defines a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. Actually since 1st January 2016 Swagger Specification has been donated to the Open API Initiative (OAI) and is the foundation of the OpenAPI Specification.
It contains a set of core tools that enable the usage of Swagger in a variety of situations, you can check out these tools here.
One of the best tool is Swagger Editor, it lets you edit API specifications in YAML inside your browser and to preview documentations in real time, and you have options of generating server or client code in different languages.
There are more other tools available but personally I feel using Swagger more easy, you can try it on below link and share your opinion in comment section
Top 10 Visual Studio things which can boost developers coding speed
Visual Studio 2012 provides some coding features by which you can code faster if use them properly. This post will cover top 10 things among them to boost your development speed.
Visual Studio 2008 Shell and TFS integration
Visual Studio 2008 Shell and TFS integration is the problem for all newbies of BIDS and TFS. Here is the solution.
Assembla - Free and private repository to manage your source code online with SVN subversion hosting
With Assembla you can share source code with others online. Free & Private source code repository with SVN Subversion, Git & Perforce Hosting.
How to call click or any event only once in jQuery
Know how to execute an click event or any event only once for any element in jQuery. Perform action only once and even not required to unbind event.
Best CSS Gradient background generator tools online
Here are some best CSS gradient background code generator online tools using which you can create a cross browser css code for gradient backgrounds.