Hi,
I'm working for creating a chat with angular2 and the mattermost API hosted on my server.
The chat will be inserted in some website, something like chatlio.
i'm trying to connect and use the mattermost API thought the https://github.com/mattermost/mattermost-driver-javascript/blob/master/client.jsx js client.
After the login,that works fine,all other request goes in status 401. why?
The mattermost server is 3.7.3
There is a documentation?
Federico