Retrying only in case of connectivity failure We have seen people exploiting until successful scope. People just put everything under until successful scope to retry and that is not the right way. We should retry only for a particular scenario we have been asked to retry for. e.g. when calling an API, if…
Read MoreRAML Design Best Practices Raml file name should be in lower case and should be matched with the API functionality It is always good to write the description and documentation about the functionality you are going to implement using the raml file Specify the version number with the raml file It is always…
Read MoreAPI URLs Best Practices API URL plays an important role in organizing and categorizing the APIs in your organization. A good approach in defining API URL helps organization to categorize and manage them well. API URLs should map to the business domains and process they are catering to. Here are few points which…
Read MoreDataweave Tips & Guidelines Dataweave Tips & Guidelines – Here are few tips and best practices which could be useful to consider while writing dataweave. There are plenty of operators in dataweave which can make your life easy while writing complex dataweave transformation. Obviously the list below is not an exhaustive list, but we…
Read More