コード例 #1
0
 public static async Task <GeolocationResponse> PostAsync(this Geolocation request)
 => await request.PostAsync <GeolocationResponse>(request.GetJson());