package b0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.5.tbz
sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e
doc/b0_b00_kit/B00_github/index.html
Module B00_githubSource
GitHub interaction.
GitHub authentication
GitHub API requests
The type for content types.
Source
type v3_body = [ | `Json of B00_serialk_json.Jsong.t| `Other of content_type * string| `Empty
]The type for GitHub V3 request bodies. Either JSON or something else tagged with its content type or nothing.
Source
val req_json_v3 :
?headers:B00_http.Http.headers ->
B00_http.Httpr.t ->
Auth.t ->
path:string ->
B00_http.Http.meth ->
v3_body ->
(B00_serialk_json.Json.t, string) Stdlib.resultreq_json_v3 auth path m ~headers body performs the request for json on path using method m, additional headers headers, body body and authentication auth.
Source
val query_v4 :
B00_http.Httpr.t ->
Auth.t ->
string ->
(B00_serialk_json.Json.t, string) Stdlib.resultquery_v4 auth q performs the the GitHub GraphQL V4 query q using authentication auth.
Higher-level interface
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page