I currently use ReadMe, which provides two important features for our public API (Basic Authentication with username and password in base64).
-
In “Try it out”, once credentials are entered, they remain cached during navigation, so the client doesn’t have to re-enter them for each endpoint. Does Apidog allow configuring the published documentation to keep credentials persistent in the same way?
-
In ReadMe, values defined in path params, query params, or body params are dynamic — when a field in the schema is changed, the value is automatically updated in the request. Does Apidog provide this same dynamic parameter behavior?