You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApiObjectTree is not mentioned anywhere. Perhaps, it should be instead of ApiTree? Likewise, BaseService is not mentioned anywhere (neither in this sample, nor in previous examples), so it is unclear what it is.
Then, in some examples you create ApiService passing adapter as first argument, in other examples you pass it as part of an object (with url param).
Then there is ApiTree first example, where you don't pass adapter at all. But after that you say "You can also pass parent service instead of adapter" for ApiTree... where's that?
As it is, the docs are a mess, which makes it harder to use your Api. Please, clarify these points. And I'm sure there are more.
Oh, agreed
I think there should be a "Services" section in apicase.github.io. Too many things to explain with just a README.md. I'll do it on weekends
Thank you for the issue. If you have some urgent questions, you can ask me on telegram: https://t.me/kelin2025
Hi,
I am trying to use this promising Api and face several issues. For now at least, I think connected to mistakes in docs.
For example:
1.
ApiObjectTree is not mentioned anywhere. Perhaps, it should be instead of ApiTree? Likewise, BaseService is not mentioned anywhere (neither in this sample, nor in previous examples), so it is unclear what it is.
As it is, the docs are a mess, which makes it harder to use your Api. Please, clarify these points. And I'm sure there are more.
Right now I'm stuck right at the beginning:
Guess what? This fails. :(
The text was updated successfully, but these errors were encountered: