Record
get-commit-params
No description available.
record get-commit-params {
owner: string,
repo: string,
page: option<s32>,
per-page: option<s32>,
ref: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| page | option<s32> | |
| per-page | option<s32> | |
| ref | string |