コード例 #1
0
        public async Task <IActionResult> GetAstronomy(string location)
        {
            var result = await _hereApiService.GetAstronomy(location);

            return(Ok(result));
        }