Search
Preparing search index...
The search index is not available
Rocket.Chat Apps TypeScript Definition
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Rocket.Chat Apps TypeScript Definition
api/IApiExample
IApiExample
Interface IApiExample
Represents the parameters of an api example.
Hierarchy
IApiExample
Index
Properties
content
headers
params
query
Properties
Optional
content
content
:
any
Optional
headers
headers
:
{}
Type declaration
[
key:
string
]:
string
Optional
params
params
:
{}
Type declaration
[
key:
string
]:
string
Optional
query
query
:
{}
Type declaration
[
key:
string
]:
string
Exports
api/IApi
Example
IApi
Example
content
headers
params
query
example
Generated using
TypeDoc
Represents the parameters of an api example.