package
0.0.0-20240930133758-216256f3c2ff
Repository: https://github.com/webitel/chat_manager.git
Documentation: pkg.go.dev

# README

WebChat API

MethodAction
GET101 Switching Protocols (websocket)
POSTUpload media file(s)

Upload Media file example


POST /${bot-uri}?filename=my_media_file.png
Content-Type: image/png
Content-Length: 25711

{blob}

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

[
  {
    "id": 59044,
    "url": "https://dev.webitel.com/any/file/59044/download?domain_id=1&expires=1652097069867&signature=2661b5b68f499a4266c8f2d34ca01a1a28b7069ca25552c9f0909a93be578e85e8cd38b24b1eb958aec454e934ca70e54ec7eee3c041f27312fc3d926442c358",
    "mime": "image/png",
    "name": "my_media_file.png",
    "size": 25711
  }
]

# Functions

New initialize new agent.Profile service provider.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WebChatBot gateway provider.

# Interfaces

No description provided by the author