An ES6 wrapper class for simplified fetch API requests.
A fetch class, for typing HTTP endpoints
Opinionated, caching, retrying fetch client
A light-weight module that brings Fetch API to node.js
An implementation of window.fetch in Node.js using Minipass streams
Provides a way to make requests
Blob & File implementation in Node.js, originally from node-fetch.
Universal WHATWG Fetch API for Node, Browsers and React Native
Fetches the contents of a file accross node and browsers.
better fetch for Node.js. Works on any JavaScript runtime!
Isomorphic WHATWG Fetch API, for Node & Browserify
Fetch-based http client for use with npm registry APIs
Cross Platform Smart Fetch Ponyfill
minimal implementation of a PassThrough stream
HTML5 `FormData` for Browsers and Node.
TypeScript definitions for d3-fetch
A window.fetch polyfill.
Extend any fetch library with retry functionality
Synchronous version of the Fetch API
OpenTelemetry instrumentation for `undici` http client and Node.js fetch()
AbortController for Node based on EventEmitter
A simple common HTTP client specifically for Google APIs and services.
TypeScript definitions for node-fetch
Decorator for a `fetch` function to support automatic cookies.
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.