@4 Who do I ask about API options? I want to send a clie…
@4 Who do I ask about API options?
I want to send a clientIdentifier....
const twetch = new Twetch(clientIdentifier);
Replies
@1 Maybe you can help me?
new Twetch({ clientIdentifier: 'client-identifier-here' })
That works, thank you @1