Skip to content

Commit

Permalink
синтаксис
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkovden committed Aug 7, 2019
1 parent 4823b8a commit a606aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions glossary-and-resourses/Get-wind-speed-using-Aeris-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[1. Получаем API ключ](#getKey)

[2.Создаем запрос](#request)
[2. Создаем запрос](#request)

[3. Анализируем ответ](#response)

Expand All @@ -23,7 +23,7 @@
Открываем страницу [Getting Started](https://www.aerisweather.com/support/docs/api/getting-started/), изучаем информацию как зарегистрироваться и получить API ключ (получаем бесплатную версию ключей, доступных для проектов разработки). Для вызовов API на понадобятся и идентификатор и секретный код. Детали получения секретного кода и идентификатора API сервиса прогноза погоды Aeris можно изучить [по ссылке](../like-developer/get-authorization-keys.md#idAeris). (Или можно воспользоваться [ключами Автора курса](https://idratherbewriting.com/learnapidoc/assets/files/apikeys.txt) )

<a name="request"></a>
## 2.Создаем запрос
## 2. Создаем запрос

Переходим на страницу [конечных точек](https://www.aerisweather.com/support/docs/api/reference/endpoints/#all:all) API сервиса, и ищем ту, которая позволит получить скорость ветра. Конечная точка [`oservations`](https://www.aerisweather.com/support/docs/api/reference/endpoints/observations/), как и [`forecasts`](https://www.aerisweather.com/support/docs/api/reference/endpoints/forecasts/) предоставляет информацию о скорости ветра. Ответ от `oservations` выглядит проще, поэтому будем использовать ее.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
`Gallery_id` для [Color in Nature](https://www.flickr.com/photos/flickr/galleries/72157647277042064/) - 66911286-72157647277042064. Теперь у нас есть аргументы, которые нам нужны для конечной точки `flickr.galleries.getPhotos`.

<a name="request"></a>
## 3.Создает запрос
## 3. Создает запрос

Теперь мы можем сделать запрос, чтобы получить список фотографий для этого конкретного `gallery_id`.

Expand Down

0 comments on commit a606aa6

Please sign in to comment.