Decorator-based fetch.
Opinionated, caching, retrying fetch client
Provides a way to make requests
A light-weight module that brings Fetch API to node.js
Blob & File implementation in Node.js, originally from node-fetch.
An implementation of window.fetch in Node.js using Minipass streams
Universal WHATWG Fetch API for Node, Browsers and React Native
better fetch for Node.js. Works on any JavaScript runtime!
Fetch-based http client for use with npm registry APIs
A window.fetch polyfill.
Fetches the contents of a file accross node and browsers.
Cross Platform Smart Fetch Ponyfill
Synchronous version of the Fetch API
minimal implementation of a PassThrough stream
HTML5 `FormData` for Browsers and Node.
Extend any fetch library with retry functionality
AbortController for Node based on EventEmitter
A simple common HTTP client specifically for Google APIs and services.
TypeScript definitions for node-fetch
Minimal web-style fetch TypeScript typings
Isomorphic WHATWG Fetch API, for Node & Browserify
TypeScript definitions for d3-fetch
Implementation of window.fetch which can use http2 seamlessly
OpenTelemetry instrumentation for `undici` http client and Node.js fetch()
Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca. Accepts options for tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time. Outputs a comma separated list of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.
Sidekiq wrapper for activerecord model
Simple module allowing fetching data as Ruby objects.
The author was too lazy to write a description
CepC is a mining estimation and coin ratio calculator and demonstrator. CepC basicly calculation and print class for mining rigs. Not to be confused with the demon-strator.
A simple CCTray class to fetch and parse the feed xml as ruby objects
Easily fetch the list of all font awesome icons via there class or unicode
The main goal is to provide a simple class that fetches Diablo3 information using Blizzard's official API.
This gem allows you to store some text in a simple-key value format and fetch it whenever you need from your methods. Various classes may have different messages attached and apply different fetching logic. Messages also support interpolation and can be stored in separate YAML files.
This plugin is an addition to ActiveRecord::Base that establishes a better convention for finding records based on parameters. It adds a 'from_param' class method to ActiveRecord::Base as a convention for fetching a model from a URL parameter.
Serial Fetcher provides a way to automatically fetch a list of resources from the params hash. The params must be passed to the `fetch` method with a `schema` describing the associations between params and models. A fetcher must be provided to the SerialFetcher through configuration. By default there is an ActiveRecord fetcher that call `find` to the constantized class name.
Boxey provides the [] element reference operator to ActiveRecord classes. # Installation Add this line to your Gemfile: `gem 'boxey'` # Configuration With the boxey gem installed, all ActiveRecord classes gain the [] method, which fetches by the class's primary_key by default. You may specify additional fields, presumably fields that validate uniqueness, by calling the boxey method. class User < ActiveRecord::Base boxey :id, :login, :email validates :login, uniqueness: true validates :email, uniqueness: true end # Use Given the configuration above: `User[1]` returns the first User with an id (or login or email) of `1`. `User['me@example.com']` returns the first User with an email (or id or login) of `'me@example.com'`. `[]` returns `nil` if no match is found.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.