Clarification on Handling Security in `HttpApiClient`
do I understand correctly that now to work with security in the
HttpApiClient, it is proposed to transform the client - for example, to provide tokens? Are there any plans to make the work with security more explicit? for example, in effect-http, it was necessary to provide tokens explicitly with each call to a secure endpoint. in the current implementation, perhaps it is necessary to treat the missing security-credentials as dependencies and reflect this in the R channel?