Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
SlidizeCloud - the Ruby gem for the Slidize.Cloud Web API References
Slidize.Cloud Web API for managing PowerPoint presentations.
This SDK is automatically generated by the OpenAPI Generator project:
To build the Ruby code into a gem:
gem build slidize_cloud.gemspec
Then either install the gem locally:
gem install ./slidize_cloud-24.10.0.gem
(for development, run gem install --dev ./slidize_cloud-24.10.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'slidize_cloud', '~> 24.10.0'
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'slidize_cloud', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Please follow the installation procedure and then run the following code:
# Load the gem
require 'slidize_cloud'
api_instance = SlidizeCloud::SlidizeApi.new
format = SlidizeCloud::ExportFormat::ODP # ExportFormat | Output file format.
documents = [File.new('/path/to/some/file')] # Array<File> |
begin
#Converts files provided in the request body into target format and returns conversion result.
result = api_instance.convert(format, documents)
p result
rescue SlidizeCloud::ApiError => e
puts "Exception when calling SlidizeApi->convert: #{e}"
end
All URIs are relative to https://api.slidize.cloud/v1.0/slides
Class | Method | HTTP request | Description |
---|---|---|---|
SlidizeCloud::SlidizeApi | convert | POST /convert/{format} | Converts files provided in the request body into target format and returns conversion result. |
SlidizeCloud::SlidizeApi | convert_to_video | POST /video | Converts file provided in the request body into video. |
SlidizeCloud::SlidizeApi | image_watermark | POST /watermark/image | Adds image watermarks and return result. |
SlidizeCloud::SlidizeApi | merge | POST /merge/{format} | Merges files provided in the request and saves the merge result into target format. |
SlidizeCloud::SlidizeApi | protect | POST /lock | Protects presentation with specified password and returns result. |
SlidizeCloud::SlidizeApi | remove_annotations | POST /removeAnnotations | Remove annotations from presentation |
SlidizeCloud::SlidizeApi | remove_macros | POST /removeMacros | Remove macros from presentation |
SlidizeCloud::SlidizeApi | replace_text | POST /replaceText | Replace text in presentation. |
SlidizeCloud::SlidizeApi | split | POST /split/{format} | Splits presentation according to the specified slides range and saves result into target format. |
SlidizeCloud::SlidizeApi | text_watermark | POST /watermark/text | Adds text watermarks and return result. |
SlidizeCloud::SlidizeApi | unprotect | POST /unlock | Removes password from the presentation and returns result. |
Endpoints do not require authorization.
FAQs
Unknown package
We found that slidize_cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.