Syncthing REST API Ruby bindings

Simple ruby gem that provides bindings for Syncthing REST API. Source code: https://github.com/retgoat/syncthing-ruby Usage instructions available on GitHub page. Ideas and feedback is highly appreciated.

Thanks!

2 Likes

(Added to https://forum.syncthing.net/t/community-contributions-list/611)

Hi All! Syncthung-ruby gem has a initial release v0.0.2. It support Syncthing API v0.8.14

changelog

  • added unit tests with rspec for all methods
  • added CI by TravisCI