![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.
SquashMatrixAPI - the Ruby gem for the Squash Matrix API
{json:api}
available and can be accessed in the same manner, with the addition of the accept header {accept: application/vnd.api+json}
. More information about json api can be viewed on their website at http://jsonapi.org/ # Squash Matrix Scrapper There is a ruby SDK for retrieving information from https://squashmatrix.com which can be found at https://rubygems.org/gems/squash_matrix # SDK's Please stay posted! Client sdk's for the following will be provided shortly: - Javascript - Java - Ruby # Blog Find relevent and interesting media on wilkosz.com.au # Contact Join this endeavor and be appart of the community https://www.facebook.com/squashmatrixapi This SDK is automatically generated by the Swagger Codegen project:
To build the Ruby code into a gem:
gem build squash_matrix_api.gemspec
Then either install the gem locally:
gem install ./squash_matrix_api-1.0.0.gem
(for development, run gem install --dev ./squash_matrix_api-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 'squash_matrix_api', '~> 1.0.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 'squash_matrix_api', :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 'squash_matrix_api'
api_instance = SquashMatrixAPI::DefaultApi.new
opts = {
page: 56, # Integer | The page of clubs
page_size: 56 # Integer | The size of page
}
begin
#Get page of clubs
result = api_instance.clubs_get(opts)
p result
rescue SquashMatrixAPI::ApiError => e
puts "Exception when calling DefaultApi->clubs_get: #{e}"
end
All URIs are relative to https://api.squashmatrix.io/v1
Class | Method | HTTP request | Description |
---|---|---|---|
SquashMatrixAPI::DefaultApi | clubs_get | GET /clubs | Get page of clubs |
SquashMatrixAPI::DefaultApi | clubs_squash_matrix_id_get | GET /clubs/{squashMatrixId} | Get club by Squash Matrix ID |
SquashMatrixAPI::DefaultApi | games_game_id_get | GET /games/{gameId} | Get game by ID |
SquashMatrixAPI::DefaultApi | games_get | GET /games | Get page of games |
SquashMatrixAPI::DefaultApi | players_get | GET /players | Get page of players |
SquashMatrixAPI::DefaultApi | players_squash_matrix_id_get | GET /players/{squashMatrixId} | Get player by Squash Matrix ID |
All endpoints do not require authorization.
FAQs
Unknown package
We found that squash_matrix_api 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.