Skip to content

skolemlabs/skrest

Repository files navigation

Easy REST requests using cohttp

Based on @hcarty's ezrest.

See the README for ezrest for examples, and skrest.mli for detailed usage information.

Changelog

You can find the changelog here: Changelog

Differences from ezrest

  • APM integration
  • A retry function has been added to the Skrest module.

Acknowledgements