Version controlling your RAML RESTful API specifications allows you to continue maintaining previous version of your APIs.
The API designer from MuleSoft has a build in version control feature that supports simple branching from the master.
RAML API Branching Workflow
- Version the API specification and select the down arrow from the master branch and enter a version number.
- Click the + button to create the new branch.
- Switch back to the master branch to continue designing the API. Add further branches for each version you want to control.
- Now that the API specification is controlled for each version you can switch between versions and make necessary maintenance chances and publish to exchange.
Five principles of RESTful API Design
There are five principal aspects to a RESTful API specification that must be considered prior to coding an API specification. Learn more with RESTful API Design.
| Published on Java Code Geeks with permission by Alex Theedom, partner at our JCG program. See the original article here: Version control your RAML specifications Opinions expressed by Java Code Geeks contributors are their own. |
Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy
Thank you!
We will contact you soon.
π Photo of Alex Theedom
Alex TheedomNovember 4th, 2020Last Updated: November 1st, 2020
Alex TheedomNovember 4th, 2020Last Updated: November 1st, 2020
0 134 1 minute read

This site uses Akismet to reduce spam. Learn how your comment data is processed.