static fun wrap(schemaHostAndPort: String!, version: Int): URL!
Wrap schemaHostAndPort and version to URL.
schemaHostAndPort
- String!: The string with schema host and port
version
- Int: The version of API
Return
URL!: wrapped URL
static fun wrap(schemaHostAndPort: String!): URL!
Wrap schemaHostAndPort and current version to URL.
schemaHostAndPort
- String!: The string with schema host and port
Return
URL!: wrapped URL