
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
This is a Ruby gem providing a wrapper around Skebby's RESTful API.
Add this line to your application's Gemfile:
gem 'skebby'
And then execute:
$ bundle
Or install it yourself as:
$ gem install skebby
To initialize the API client you only need to provide your credentials:
skebby = Skebby::Client.new(username: 'john.doe', password: 'foobar')
skebby.get_credit # { credit_left: 1.61972, classic_sms: 25, basic_sms: 35 }
skebby.send_sms_classic(
recipients: ['393459187391', '393786104981'],
text: 'Hello, world!'
) # { remaining_sms: 5 }
(Note: You can provide other parameters. For more info, check Skebby's docs).
skebby.send_sms_basic(
recipients: ['393459187391', '393786104981'],
text: 'Hello, world!'
) # { remaining_sms: 5 }
(Note: You can provide other parameters. For more info, check Skebby's docs).
skebby.send_sms_classic_report(
recipients: ['393459187391', '393786104981'],
text: 'Hello, world!'
) # { remaining_sms: 5, dispatch_id: 1392562134 }
(Note: You can provide other parameters. For more info, check Skebby's docs).
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that skebby demonstrated a not healthy version release cadence and project activity because the last version was released 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
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.