apitools
API Change Log
When an API MUST Change its Major Version (Breaking Changes) You must create a new major version of your API in the following scenarios, as they represent breaking changes: Removing an existing endpoint or resource: If an API endpoint that consumers are actively using is completely removed, it will break their applications. Renaming an existing
How to create load tests for APIs using jmeter
What are stress tests? Stress tests are performance tests that you can execute on your API. It’s important to understand that APIs are stateless, so you can consider ‘users’ differently from normal stress tests that involve application sessions. In REST APIs, there are theoretically infinite users, because the capacity depends on the number of requests,
How to create load tests for APIs using jmeter Read More »
How to generate archetypes in different languages
What is an server stub In API First cycle, it’s important to create the server code using the OpenAPI. Thanks OpenAPI Generator you can create server stubs in differents lenguajes. You can create server stubs in: Springboot Python Kotlin Go Node.js PHP Python Fast API How to use it in API First cycle It’s important
How to generate archetypes in different languages Read More »



