![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
PsiEligibility - the Ruby gem for the PSI Candidate Rest Eligibility Service
PSIs REST based service to modify candidate test eligibilities.
This SDK is automatically generated by the Swagger Codegen project:
To build the Ruby code into a gem:
gem build psi_eligibility.gemspec
Then either install the gem locally:
gem install ./psi_eligibility-1.0.0.gem
(for development, run gem install --dev ./psi_eligibility-1.0.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 'psi_eligibility', '~> 1.0.0'
If the Ruby gem is hosted at a git repository: https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile:
gem 'psi_eligibility', :git => 'https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO.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 'psi_eligibility'
# Setup authorization
PsiEligibility.configure do |config|
# Configure OAuth2 access token for authorization: oauth
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = PsiEligibility::DefaultApi.new
account_code = 'account_code_example' # String | provided client specific account code.
candidate_id = 'candidate_id_example' # String | The unique candidate id to act on.
test_code = 'test_code_example' # String | The test code.
begin
#Cancel a candidate's eligibility record.
api_instance.cancel_candidate_eligibility(account_code, candidate_id, test_code)
rescue PsiEligibility::ApiError => e
puts "Exception when calling DefaultApi->cancel_candidate_eligibility: #{e}"
end
All URIs are relative to https://apiuatapi.psiexams.com/eligibility_service/1.0.0
Class | Method | HTTP request | Description |
---|---|---|---|
PsiEligibility::DefaultApi | cancel_candidate_eligibility | DELETE /accounts/{account_code}/candidates/{candidate_id}/tests/{test_code} | Cancel a candidate's eligibility record. |
PsiEligibility::DefaultApi | create_candidate | POST /accounts/{account_code}/candidates | Create a new candidate eligibility record. |
PsiEligibility::DefaultApi | get_candidate | GET /accounts/{account_code}/candidates/{candidate_id} | Get the eligiblities associated with the candidate id. |
PsiEligibility::DefaultApi | get_candidate_eligibilities | GET /accounts/{account_code}/candidates/{candidate_id}/tests/{test_code} | Get the eligiblities associated with the candidate id. |
PsiEligibility::DefaultApi | get_test_launch_info | GET /eligibilities/{psi_eligibility_code}/testLaunchInfo | GET test launch url |
PsiEligibility::DefaultApi | modify_vouchers_of_eligibility | PUT /accounts/{account_code}/candidates/{candidate_id}/tests/{test_code}/vouchers | Associate a set of voucher codes to PSI Candidate Test Eligibility record. Previously attached vouchers to the eligibility record but not listed in the input would be unlinked from the eligibility record. Voucher Codes are agreed upon codes between PSI and the customer (identified by account_code) |
PsiEligibility::DefaultApi | update_candidate_eligibility | PUT /accounts/{account_code}/candidates/{candidate_id}/tests/{test_code} | Update an existing candidate's eligibility record. |
FAQs
Unknown package
We found that psi_eligibility 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.