restdocs.tool.export.insomnia.exporter.InsomniaConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restdocs-tool-export Show documentation
Show all versions of restdocs-tool-export Show documentation
Generates AsciiDoc snippets via Spring Restdocs that are exports for Insomnia or Postman that can be download and imported.
The newest version!
package restdocs.tool.export.insomnia.exporter;
public class InsomniaConstants {
private InsomniaConstants() {}
// TYPES
public static final String EXPORT_TYPE = "export";
public static final String REQUEST_GROUP_TYPE = "request_group";
public static final String REQUEST_TYPE = "request";
public static final String ENVIRONMENT_TYPE = "environment";
// ID MARKERS
public static final String REQUEST_ID = "req_";
public static final String PAIR_ID = "pair_";
public static final String FOLDER_ID = "fld_";
public static final String ENV_ID = "env_";
// EXPORT
public static final int EXPORT_FORMAT = 4;
public static final String EXPORT_SOURCE = "restdocs.tool.export.insomnia";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy