Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I did see the apiHost option, but any guidance around this would be much appreciated!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Looks like I found the answer. In case others are looking for this you can use something like this:
```
let modelClient = new ModelClient();ModelManager.initialize({path: [YOUR PATH HERE...],modelClient})
Note, you _dont_ want to include the host (really the entire origin) as part of that path though 🙂
View solution in original post
Views
Likes
Replies