Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

Functions

References

default

Renames and exports goodchat

Functions

Const goodchat

  • Creates a goodchat Koa application

     const app = goodchat({
      smoochAppId:            'sample_app_id',
      smoochApiKeyId:         'sample_api_key_id',
      smoochApiKeySecret:     'sample_api_key_secret',
      goodchatHost:           'localhost:8000',
      auth: {
       GoodChatAuthMode.NONE
      }
     })
    
     app.listen(8000, () => ...)
    
    exports

    Parameters

    Returns Promise<[GoodchatApp, ApolloServer]>

Generated using TypeDoc