예제 #1
0
        public TriceratopsApiClient(IPlatformHttpClient httpClient)
        {
            httpClient.SetBaseUrl(Constants.InternalApiUrl);

            Servers = new ServerApiClient(httpClient);
            Storage = new StorageApiClient(httpClient);
        }