dachinat / nextcloud

Nextcloud OCS and WebDAV API wrapper for Ruby.
https://rubygems.org/gems/nextcloud
MIT License
17 stars 17 forks source link

Save share URL #17

Closed Quintasan closed 3 years ago

Quintasan commented 3 years ago

This commit will save the share URL (if any) to @share_url on FileSharingApi, if the URL is not present on the response body it will be an empty String

Quintasan commented 3 years ago

@dachinat I added pry-byebug since I find it really useful when developing gems, if you don't like it then I can revert it.

Last commit is basically bundle exec rubocop --auto-correct

dachinat commented 3 years ago

@Quintasan Thanks a lot