Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
LearnosityUtils wraps the learnosity-sdk
gem, adding easy user configuration, and preset method generation for commonly used Learnosity Data Api itembank endpoints
Add this line to your application's Gemfile:
gem 'learnosity_utils'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install learnosity_utils
After installation you'll need configure the gem with your personal Learnosity provided credentials
LearnosityUtils.configure do |config|
config.consumer_secret = '74c5fd430cf1242a527f6223aebd42d30464be22'
config.security_packet = {
'consumer_key' => 'yis0TYCu7U9V4o7M',
'domain' => 'localhost'
}
end
Note: The example contains demo credentials exposed by Learnosity's data-api demo site
The itembank endpoints currently accessible as getters and setters are:
When performing a get request, the only parameter necessary is an array of reference IDs
references = ['1234567890']
LearnosityUtils::EndPoint::ItemBank.send(:get_items, references)
Everyone interacting in this codebase and issue tracker is expected to follow the code of conduct
The gem is available as open source under the terms of the MIT license
FAQs
Unknown package
We found that learnosity_utils 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.