@deskcreate/agentcraft
Preparing search index...
adapters
GitHubAdapterConfig
Interface GitHubAdapterConfig
interface
GitHubAdapterConfig
{
allowedRepos
?:
string
[]
;
apiBaseUrl
?:
string
;
defaultOwner
?:
string
;
defaultRepo
?:
string
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
timeoutMs
?:
number
;
token
:
string
;
}
Index
Properties
allowed
Repos?
api
Base
Url?
default
Owner?
default
Repo?
on
Audit
Event?
timeout
Ms?
token
Properties
Optional
allowed
Repos
allowedRepos
?:
string
[]
Optional
api
Base
Url
apiBaseUrl
?:
string
Optional
default
Owner
defaultOwner
?:
string
Optional
default
Repo
defaultRepo
?:
string
Optional
on
Audit
Event
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
Optional
timeout
Ms
timeoutMs
?:
number
token
token
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Repos
api
Base
Url
default
Owner
default
Repo
on
Audit
Event
timeout
Ms
token
@deskcreate/agentcraft
Loading...