0.0
A simple API wrapper for Tender, that handles paged results, uses yajl-ruby for
JSON parsing, and manually handles UTF-8 encoding to circumvent the invalid UTF-8
character problem in Ruby 1.9.
2020
2021
2022
2023
2024
2025
0.0
ApiCursorPagination provides a Rails concern that implements cursor-based pagination following the JSON:API cursor pagination profile. It allows for efficient pagination of large datasets by using cursor-based navigation instead of offset-based pagination.
2020
2021
2022
2023
2024
2025
0.0
ToolTailor is a Ruby gem that converts methods to OpenAI JSON schemas for use with tools, making it easier to integrate with OpenAI's API.
2020
2021
2022
2023
2024
2025
0.0
A minimal reddit API client for Ruby that
simplifies concerns such as authentication, rate limiting and extracting
JSON.
2020
2021
2022
2023
2024
2025
0.0
BadPigeon is a Ruby gem that allows you to extract tweet data from the XHR requests that the Twitter frontend
website does in user's browser. The requests need to be saved into a "HAR" archive file from the browser's web
inspector tool and then that file is fed into either the approp...
2020
2021
2022
2023
2024
2025
0.0
A simple file-system-based cache wrapper.
The main method is 'with_cache( :cache_key=>'something_unique', :timeout_seconds=>(an integer) ){ (...) }'
If the given cache key exists and has not timed out, it will return the cached value
If not, it will
* yield to the given block
* store the result...
2020
2021
2022
2023
2024
2025
0.0
See a "pretty" version of your API.
Goggles installs a little tiny Sinatra app on a URL prefix and serves
any JSON responses that come back as a prettyprinted HTML page. There
are browser add-ons that do a great job with this sort of thing, but I
wanted something I could live-link from API docs....
2020
2021
2022
2023
2024
2025
0.0
json-api is a simple library similar to rest-client and httparty, which helps with wrappers around APIs.
2020
2021
2022
2023
2024
2025
0.0
A simple DSL for ActiveRecord objects to include/exclude virtual attributes/custom methods in to_json/to_xml.
2020
2021
2022
2023
2024
2025
0.0
An extension to the Blazer gem that makes it possible to expose queries as APIs
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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....
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
ApiResponseTester tests the api endpoints by taking a yaml file which consists of api endpoints, params, and expected response json file reference.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
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/
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
🌴 TreeHaver is a cross-Ruby adapter for the tree-sitter parsing library that works seamlessly across MRI Ruby, JRuby, and TruffleRuby. It provides a unified API for parsing source code using tree-sitter grammars, regardless of your Ruby implementation. Like Faraday for HTTP or multi_json for JSON...
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025