package polymarket
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml client library for the Polymarket prediction market API
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
md5=4eb4c5d2f63ff081c9713d90be5a51b2
sha512=0e3de0c9b40683e09ab8f9f966a44784ef1b9b482c3eefef84104a7e8042c92f1d79893ee9588b24fa3d0decaed7f365509f4d1c23c66ce8328efb64e721f276
doc/polymarket.http/Polymarket_http/Json/index.html
Module Polymarket_http.JsonSource
JSON parsing and body building utilities.
JSON Parsing
Parse a JSON response using the provided parser function.
Parse a JSON array response, applying parser to each element.
JSON Body Builders
Convert JSON to string body
Build JSON object from field list
Wrap string as JSON string
Map items to JSON and serialize as array
Build JSON array of single-field objects. list_single_field "token_id" ids produces [{"token_id": "id1"}, {"token_id": "id2"}, ...]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page