0.0
An extension to the Blazer gem that makes it possible to expose queries as APIs
2021
2022
2023
2024
2025
2026
0.0
A simple yet powerful tool to analyze method usage in Ruby/Rails codebases. Track which methods are called most frequently, filter by receivers or method names, and export results in table, JSON, or CSV format. Perfect for understanding code patterns, refactoring decisions, and identifying heavil...
2021
2022
2023
2024
2025
2026
0.0
# Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch....
2021
2022
2023
2024
2025
2026
0.0
gem nosj is an extremely fast, json-gem-compatible JSON parser and generator for Ruby: Rust and SIMD via the first-party nosj crate, precompiled platform gems with per-platform PGO, partial parsing (JSON Pointer, single and batch), lazy documents that parse a value only when you touch it, file AP...
2021
2022
2023
2024
2025
2026
0.0
Clones a SourceForge project's directory tree and downloads its files by scraping the Files pages (SourceForge has no official API). Runs in two stages - map the tree, then download - with a live status bar and optional JSON metadata. Supports concurrency, file integrity verification (MD5 / SHA1)...
2021
2022
2023
2024
2025
2026
0.0
Lazy As Json
A simple and concise way to use as_json with “only”, “except” and other options without using them literally.
Instead of using this -
`User.as_json(only: [:id, :first_name, profiles: [:company, :location]])`
You can perhaps use this -
`User.as_json(only_keys: ‘_,first_name,profi...
2021
2022
2023
2024
2025
2026
0.0
Read-path SDK for seekrit, the zero-knowledge secrets manager. Authenticate
with a service token, resolve your environment, and get decrypted secrets —
the API only ever returns ciphertext; decryption happens in your process.
Uses only the Ruby standard library (openssl, net/http, json). Optional...
2021
2022
2023
2024
2025
2026
0.0
A developer can create a new Rails app, build out the database schema and have an API that supports JSON and XML in just a few minutes. But then the work begins: authentication with oauth, throttling, rate limits, documentation,... The Apigee gem is a wrapper around the Apigee API management serv...
2021
2022
2023
2024
2025
2026
0.0
Drop in authorization and authentication suite for Rails APIs. Features include
user registration, stateless authentication using OAuth2, roles and permissions,
password reset workflow, guest access, policy enforcement, JSON API serialization,
two-factor authentication support, an...
2021
2022
2023
2024
2025
2026
0.0
This Gem implements the ONTRAPORT JSON API. Basic data retrieval and
manipulation operations are supported.
Full details on the API can be found at https://api.ontraport.com/doc/
2021
2022
2023
2024
2025
2026
0.0
This is a command line tool for talking to the Bolt Train JMRI JSON Server. It includes a method for installing it as a service, working in concert with the Bolt Train API server.
2021
2022
2023
2024
2025
2026
0.0
ApiResponseTester tests the api endpoints by taking a yaml file which consists of api endpoints, params, and expected response json file reference.
2021
2022
2023
2024
2025
2026
0.0
Resent is the official Ruby client for resent.one — a transactional email API built for product and platform teams.
Install with: gem install resent (or add gem "resent" to your Gemfile).
Create an API key in the Resent dashboard, set RESENT_API_KEY, then send mail with a few lines of Ruby:
...
2021
2022
2023
2024
2025
2026
0.0
sqs-list-queues lists your SQS queues (working around the 1000 queue limit
in the ListQueues API).
Options are available to filter by queue name, show message counts, show
queue ARNs and/or names, and output as json.
Respects $https_proxy.
2021
2022
2023
2024
2025
2026
0.01
A multicultural and multilingualized calendar library based on ISO 8601, ISO 19108, RFC 5545(iCalendar) and RFC6350. JSON-LD formats for TemporalPosition and TemporalReferenceSystem are available. This version is a beta version and in the evaluation stage. So, its APIs may be changed in future. P...
2021
2022
2023
2024
2025
2026
0.0
A Ruby client for the NOCMS.org web service API. Provides server-side helpers for Rails/Sinatra/Rack applications. keywords: ruby, rails, sinatra, rack, CMS, content management systems, search, cloud, SAAS, JSON, web service
2021
2022
2023
2024
2025
2026
0.0
TJ Scale is a lightweight metrics agent that lets a TJ Scale dashboard autoscale
your Heroku dynos based on real queue pressure instead of CPU or memory.
Add the gem, set a few environment variables, and a background reporter starts on
exactly one dyno (web.1 or worker.1 — your choice). Every fe...
2021
2022
2023
2024
2025
2026
0.01
Open up your API to the phenomenal Swagger ecosystem by exposing Swagger files, that describe your service, as JSON endpoints
2021
2022
2023
2024
2025
2026
0.0
OpenApiImport -- Import a Swagger or Open API file and create a Ruby Request Hash file including all requests and responses with all the examples. The file can be in JSON or YAML
2021
2022
2023
2024
2025
2026
0.0
ApiBuilder is a Ruby on Rails template engine that allows for multiple formats being laid out in a single specification, currently XML and JSON.
2021
2022
2023
2024
2025
2026