We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not being able to call NarrativeApi:s constructor, or factory, with just a NarrativeAuth object is confusing. It should accept both
NarrativeApi
NarrativeAuth
NarrativeApi(NarrativeAuth("namespace"));
and
NarrativeApi({config: "config", more: "more"});
The text was updated successfully, but these errors were encountered:
amlinger
No branches or pull requests
Not being able to call
NarrativeApi
:s constructor, or factory, with just aNarrativeAuth
object is confusing.It should accept both
and
The text was updated successfully, but these errors were encountered: