class Registry
Version of current API.
User: Kirill, Date: 22.05.14 22:23
static val DEFAULT_SERVER_ADDRESS_PROD: String
The production server address. |
|
static val DEFAULT_SERVER_ADDRESS_STAGE: String
The stage server address. |
|
static val DEFAULT_SERVER_ADDRESS_TEST: String
The development server address. |
|
static val VERSION: Int
The version of API. |
static fun isProductionHost(host: String!): Boolean
Check that the host is a production server. |
|
static fun wrap(schemaHostAndPort: String!, version: Int): URL!
Wrap schemaHostAndPort and version to URL. static fun wrap(schemaHostAndPort: String!): URL!
Wrap schemaHostAndPort and current version to URL. |