Simple request wrapper for Printful, with authorization management.
Simple request wrapper for Printful, with authorization management. But now supporting updated API keys
Printful SDK for Node.js / TypeScript. A wrapper for the Printful REST API (v2)
Printful API Wrapper in TypeScript
Retry a request.
Error class for Octokit request errors
Like request, but smaller.
Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node
Core Promise support implementation for the simplified HTTP request client 'request'.
[](https://www.npmjs.com/package/@aws-sdk/s3-request-presigner) [](https://www.npmjs.com/
Log all requests and request errors
TypeScript definitions for request
Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining
Low-level HTTP/HTTPS/XHR/fetch request interception library.
Wrap native HTTP requests with RFC compliant cache support
HTTP server mocking and expectations library for Node.js
utils for webpack loaders
Microsoft Azure SDK for JavaScript - Logger
Minimal GraphQL client supporting Node and browsers for scripts or simple apps.
Cypress's fork of a simplified HTTP request client.
Turns REST API endpoints into generic request options
Simplified HTTP request client.
Timeout HTTP/HTTPS requests
Lightweight request library. Promise based, with proxy support.
Prints CURL compatible commands for the HTTP requests you're making
FakeSSL impersonates an HTTPS server and prints the client requests
Receive http requests and print them to standard out
Send requests to rubygems' API and print the output. You can also query the output with jq (assuming json output) for that endpoint. == Features/Problems: * Prints results from rubygems API. * Can use jq queries to filter and format results. * Currently only handles GET endpoints. See -h for a full list. * Uses ~/.gem/credentials for a higher query rate.
Rack middleware that prints information about your request to console in development.
Simple tool to create any Rest Requests and print/get the JSON response
Print Log for request when every middleware start in Rails. You can set which request to log, and the content you want to print.
A git custom command `git chlog` to print changelog with a list of merged pull-requests grouped by tags from any git repository.
+Yobi+ is a terminal tool to make +HTTP+ requests and display responses in a friendly way inspired by HTTPie. It allows you to easily send HTTP requests and view the responses in a human-readable format, making it easier to debug and test APIs from the command line. === The main features of Yobi include: * Support for various HTTP methods <i>(GET, POST, PUT, DELETE, etc.)</i> * Customizable request +headers+ and +body+ * Pretty-printed responses with <i>syntax highlighting</i> * <i>Download mode</i> saves response content to a file * <i>Low dependency</i> and <i>easy installation</i> via RubyGems
== ABOUT A simple program and library to conjugate french verbs. Parses responses to requests to an online reference site. === Executable ConjugateFR comes with the executable binary +conjugatefr+. To view information about it's supported arguments, run conjugatefr --help === Custom Renderers To make a custom renderer, just type require conjugatefr/renderer and then make a class that extends +Renderer+. An example is as follows: require 'conjugatefr/renderer' class ExampleRenderer < Renderer def pre puts "This goes before the words." end def word (name, words) print "#{name}:" words.each do |word| print " #{word}" end end def post puts "This goes after the words." end def description; "Renders an example format."; end end # Add to the Renderers list (For CLI and other programs that use it.) $renderers["Example"] = ExampleRenderer.new To try this out, save it as +erend.rb+ and then run: conjugatefr -R ./erend.rb -r Example It will produce the output: This goes before the words. someword: someconjugation etc etc ... (more words will be here) This goes after the words. === The Library The library can be included with +require conjugatefr+. It includes the +ConjugateFR+ class.
# EventReporter EventReporter is a CSV parser and sorter. you can load a CSV and then search it. ## Installation $ gem install the_only_event_reporter_ever $ gem list event_reporter -d ## Usage After installation run: $ event_reporter Then Type 'load <filename>' to load records from a CSV $ Load event_attendees.csv Try these commands $ Find first_name sarah $Queue Print $Queue Save to <filename> ### Saving the queue accepts extensions JSON, XML, TXT, CSV. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Simple tool to resize AWS instances with EBS root.