
Security News
pnpm 10.12 Introduces Global Virtual Store and Expanded Version Catalogs
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
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
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.