Skip to content

Commit

Permalink
Links fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdmitry committed Jan 30, 2022
1 parent 1ac471f commit c23e1e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![Code Coverage](https://codecov.io/gh/dzhdmitry/tinkoff-invest-api/branch/master/graph/badge.svg)](https://codecov.io/gh/dzhdmitry/tinkoff-invest-api)

Позволяет делать запросы к [OpenAPI](https://tinkoffcreditsystems.github.io/invest-openapi/) сервиса Тинькофф Инвестиции на языке PHP.
Позволяет делать запросы к [OpenAPI](https://tinkoff.github.io/invest-openapi/) сервиса Тинькофф Инвестиции на языке PHP.
Формат данных, получаемых по REST API, полностью соответствует схеме, указанной в документации для REST API.

В REST-клиенте реализованы следующие методы [REST API](https://tinkoffcreditsystems.github.io/invest-openapi/swagger-ui/):
В REST-клиенте реализованы следующие методы [REST API](https://tinkoff.github.io/invest-openapi/swagger-ui/):

* sandbox
* ✔ POST /sandbox/register
Expand Down Expand Up @@ -35,7 +35,7 @@
* user
* ✔ GET /user/accounts

Также реализованы подписки на потоки данных по [streaming протоколу](https://tinkoffcreditsystems.github.io/invest-openapi/marketdata/):
Также реализованы подписки на потоки данных по [streaming протоколу](https://tinkoff.github.io/invest-openapi/marketdata/):

* ✔ candle
* ✔ orderbook
Expand All @@ -53,7 +53,7 @@
composer require dzhdmitry/tinkoff-invest-api
```

2. Выполнить [авторизацию](https://tinkoffcreditsystems.github.io/invest-openapi/auth/), выпустить токены OpenAPI для биржи и Sandbox
2. Выполнить [авторизацию](https://tinkoff.github.io/invest-openapi/auth/), выпустить токены OpenAPI для биржи и Sandbox

## Использование

Expand Down

0 comments on commit c23e1e2

Please sign in to comment.