Use de.bruckm.openapirequestfinder.OpenApiRequestFinder:
- public HashMap<String, RequestsFromYaml> getRequestsMap(final String requestType)
- Parse the open api input file for the requested request-type
- @param requestType -> json,protobuf,..
- @return Map with the url as key and the request as value -> including only entries from typ requestType
- org.yaml.snakeyaml
- org.junit.jupiter.api
- org.slf4j.Logger
- com.google.protobuf:protobuf-java
- com.googlecode.protobuf-java-format