openapi-nexus 0.1.7

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
package runtime;

public enum ApiKeyLocation {
    HEADER,
    QUERY
}