Get a list of function's argument variable names
TypeScript definitions for get-params
``` js npm install --save get-params-from-url ```
Parse Roblox deeplinks (roblox://*), website links (www.roblox.com), and appsflyer links (ro.blox.com) to get params and get new appysflyer/deeplink/website URLs.
Decomposite get params to tree
Get params from url. A non-binding element
Url parts helper for GET params (or fragment params) manipulation.
Minify at-rule params with PostCSS
Simple JS library that appends utm codes received via GET params to existing forms
Simple abstraction for consuming REST API endpoints
Retrieve function's parameters in file
[](https://www.npmjs.com/package/@aws-sdk/util-dynamodb) [](https://www.npmjs.com/package/@aws-sdk/util
A library for simplifying encoding and decoding URL query parameters.
Create HAR files from Chrome Debugging Protocol data.
Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.
Formats SQL queries. Part of SQLTools
Cookie management for the node request libary
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
The URLSearchParams polyfill.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Delete nested properties from an object using dot notation.
React Hook for managing state in URL query parameters with easy serialization.
Set nested properties on an object using dot notation.
TypeScript definitions for @ungap/url-search-params
CLI tool to control Cadence Virtuoso from anywhere, locally or remotely
derive macro for get_params as JsValue
get hostgroup param only
Makes it easy to return to exact position on index pages after clicking on records.
Paramoid is a gem that extends Rails Strong Parameters, allowing to declare complex params structures with a super cool DSL, supporting required params, default values, groups, arrays and more.
I sometimes get a little descriptive with my variable names, so when you're doing a lot of work specifically with one object, it gets especially ugly and repetetive, making the code harder to read than it needs to be: @contract_participants_on_drugs.contract_id = params[:contract_id] @contract_participants_on_drugs.participant_name = params[:participant_name] @contract_participants_on_drugs.drug_conviction = DrugConvictions.find(:wtf => 'this is getting ridiculous') ... And so on. It gets ridiculous. Utility Belt implements a with(object) method via a change to Object: class Object #utility belt implementation def with(object, &block) object.instance_eval &block end end Unfortunately, that just executes the block in the context of the object, so there isn't any crossover, nor can you perform assignments with attr_accessors (that I was able to do, anyway). So, here's With.object() to fill the void. With.object(@foo) do a = "wtf" b = "this is not as bad" end In the above example, @foo.a and @foo.b are the variables getting set. If you prefer, you can require 'with_on_object' instead and use the notation with(object) do ... end. The tests in the /test directory offer more examples of what's been implemented and tested so far (except where noted - namely performing assignment to a variable that was declared outside the block, and is not on @foo). Not everything is working yet, but it works for the simplest, most common cases I've run up against. More complex tests are on the way, along with code to make them pass. Special thanks to Reg Braithwaite, for help and ideas along the way.
Forces all rails request params (both GET and POST) to be underscored.
It validates request params outside your controller logic in order to get a clean and nice code, and also helping with the documentation of the operations.
A library for parameter validation and parsing. A handy way to check GET/POST params in Ruby webframeworks (like Rails or Sinatra).
This gem can parse SEO-params from html-page by URL (title, meta-tags, headers H1, contacts: twitter, instagram, email, phones). Gem for Search Engine Optimization (SEO).
A Rack middleware that parses the POST or PUT body for JSON or XML content to a Hash and puts it into the rack.request.form_hash. Most frameworks get the params hash from there. Uses ActiveSupport and the respective parsers for parsing. So you can set it up to use Nokogiri and YajL. Useful for example when writing JSON and XML API apps with Sinatra or Padrino.
Twitter-knife is a really simple twitter v1.1 API client. It only provides get and post methods, user type the API they want in the params.
A replacement for Rack::MethodOverride that allows you to choose which methods are overridable
When using the class method `attributes` in a class you get: - an initialize method with attributes as kwd params and the respective defaults - immutable instances - a to_h method using all attributes - an update method to create new imutable instances - a destruct_keys method aliased to to_h for pattern matching
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.