Skip to content

Commit

Permalink
Document converter info method
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed May 5, 2024
1 parent 9670955 commit 26315a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/uploadcare/entity/conversion/base_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ def status(token)
conversion_client.new.get_conversion_status(token)
end

# Returns the document format and possible conversion formats.
#
# @param uuid [String] UUID of the document
def info(uuid)
conversion_client.new.document_info(uuid)
end
Expand Down

0 comments on commit 26315a4

Please sign in to comment.