Environment Management
A project will be in different environments at different stages, such as development, test, and production environments. Different environments usually have different base URLs, API parameter values, etc. It is very tedious to update the base URL and parameters frequently when the environment changes. with Apidog's environment management function, you only need to set different base URLs and parameters for different environments, and switch the environments when testing.
Environment Variable Types
Variables are used to store information to be referenced in different places. Different API (request parameters, scripts, etc.) can refer to the same variable, and updating the value of the variable updates all the corresponding. Using variables can improve productivity.
Dynamic Values
When you are debugging an endpoint in Apidog, you often need to fabricate a value, a name, an address, or other data points in the request parameters, request body, etc. This is where the dynamic values feature comes in handy.