apidocs / com.srv4pos.server.api / Registry / wrap

wrap

static fun wrap(schemaHostAndPort: String!, version: Int): URL!

Wrap schemaHostAndPort and version to URL.

Parameters

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.

Parameters

schemaHostAndPort - String!: The string with schema host and port

Return
URL!: wrapped URL