gurock / testrail-api

TestRail API: Examples on how to use TestRail's API from various languages
Other
116 stars 87 forks source link

No ruby sample code for add_attachment #21

Closed waynemd closed 5 years ago

waynemd commented 5 years ago

There is sample code in Java and Python but not in Ruby now for add attachment api. Could you add some?

jonridera commented 5 years ago

Hi @waynemd,

The Ruby bindings have been updated to support get_attachment and add_attachment endpoints.

Regards, Jon