Not being able to call `NarrativeApi`:s constructor, or factory, with just a `NarrativeAuth` object is confusing. It should accept both ``` javascript NarrativeApi(NarrativeAuth("namespace")); ``` and ``` javascript NarrativeApi({config: "config", more: "more"}); ```