Evsyukov Denis

Results 35 comments of Evsyukov Denis

This is not a bug, but a proposal for organizing profiles

A very interesting change, it would be great if it were possible to implement such a thing.

+1 the same problem @wfg could you update the version in the registry?

The master branch contains all the necessary changes to use the configuration files. But the docker image must be rebuilt with the creation of a new tag in the repository....

@cdzombak One question, was it possible to call by containers name before #57? Did proxying work?

В api есть ограничения на отдаваемые данные. К [примеру](https://github.com/TinkoffCreditSystems/invest-openapi-go-sdk/blob/master/examples/main.go#L320) при использовании часового таймфрейма за раз можно запросить данные максимум за неделю. То есть для того, чтобы получить данные за больший...

@koshik34 Дальше появляется ошибка или что? Что происходит при попытке обратиться за пределы 2019-03-06T20:00:00Z?

Провел попытку смещения таймфреймов, делал запросы по 6 дней. Удалось достичь 2013 года, затем получил ошибку с кодом 429. То есть достиг предела по [лимитам запросов](https://tinkoffcreditsystems.github.io/invest-openapi/rest/). Лимит в 120 запросов...

Повторил эксперимент, добавив секундное ожидание после каждого вызова api, ошибок 429 больше не возникало, но из запрошенных 10 лет выдало только максимум: ``` [ { "figi": "BBG000BB88K4", "interval": "hour", "o":...

In my opinion, creating an admin using a command line argument is very non-trivial and incomprehensible. Again, just giving an opinion. When creating a default user, assign the first user...