-
Notifications
You must be signed in to change notification settings - Fork 6
Ka 10818 sdk client doc generation & sdk hierarchy upd #98
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
base: master
Are you sure you want to change the base?
Conversation
d32c7f8
to
ee7f039
Compare
.AppendToQuery("deferred", true) | ||
.Build(); | ||
// todo (ks.savelev) Несуществующий метод/путь апи? | ||
return http.PostAsync<ApiTaskResult<PrintDocumentResult>>(url, timeout); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Давай поменяем на get. Скорее всего, ошиблись
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
скорее всего с принтом в ДО спутали. Поменял на get + методу выше поставил Obsolete, т.к. там не используется deferred = true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Некоторые интеграторы все еще пользуются синхронным методом, их это не спутает?
e03b818
to
ad2b4a8
Compare
a9eb4b3
to
39a9c3b
Compare
No description provided.