Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Уточнить описание в разделе "Авторизация" документации библиотеки #1

Open
ghost opened this issue Jun 26, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 26, 2018

Проблема:
В разделе "Авторизация" документации библиотеки, в абзаце "Параметры" указан параметр "email", а в расположенных ниже примерах кода - свойство "Login". Это различие (особенно если пропускаешь описание и переходишь сразу к примерам кода) сбивает с толку.

Решение:

  1. Переписать примеры с использованием email в качестве значения:
    api.Authorize(new ApiAuthParams { ApplicationId = 123456, Login = "[email protected]", Password = "Password", Settings = Settings.All });

  2. "email - Email или телефон" в абзаце "Параметры" заменить на "login - Email или телефон"

@Panuchi
Copy link

Panuchi commented Dec 5, 2018

Исправил.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant