package reddit_api_kernel
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
OCaml types for Reddit's API
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.1.tar.gz
md5=a1d58d3db30d748673393d5b97f11d44
sha512=32d1977dbbb9ecb8da3eb5e264927a82cc2efa02f2f6838d54321475c2d76171feeff70d95f99b37fbaf7c13c6158abe08422f85da2cf332c50cb413f9154fa0
doc/CHANGES.html
0.1.1 (2020-12-30)
Added
- Add lots of documentation.
Changed
- Increase the minimum delay between HTTP requests from 10ms to 100ms.
- Return a special
Inbox_item.Comment.tvalue instead of aThing.Comment.tfor inbox endpoints.
Removed
- Remove unused optional
subredditparameter fromApi.info. - Remove
Bounded_setfrom the public interface ofreddit_api_async.