예제 #1
0
        public StarMapService(IEdsmRestClient restClient = null)
        {
            this.restClient = restClient ?? new EdsmRestClient(baseUrl);

            // Set up EDSM API credentials
            SetEdsmCredentials();
        }