-
Install Extension
Import your Advanced Rest Client collections to Paw
-
Install Extension
A Paw Extension to decrypt messages using the AES encryption algorithm
-
Install Extension
A Paw Extension to encrypt messages using the AES encryption algorithm
-
Install Extension
Export from Paw to API Blueprint API description format.
-
Install Extension
Import to Paw from API Blueprint API description format.
-
Install Extension
This project was created to help simplify testing our API with paw, authenticating with Auth0.
-
Install Extension
A dynamic value to compute authentication signatures for the AWS Product Advertising API (aka. E-Commerce Service).
-
Install Extension
A Paw Extension to compute AWS Signature version 4 authentication signatures for the accessing the main AWS services including REST APIs build using AWS API Gateway that are protected using IAM.
-
Install Extension
A Dynamic Value that converts Base 64 encoded strings to hexadecimal.
-
Install Extension
Generates Betamax.py requests from Paw.
-
Install Extension
Generates System.Net requests in C#.
-
Install Extension
Authentication for accessing Blockchain of Things' Catenis API.
-
Install Extension
Select the proper message encoding for Catenis API requests
-
Install Extension
Select the proper message storage scheme for Catenis API requests.
-
Install Extension
A Paw Dynamic Value that generates random strings, numbers, etc. based on Chance.js. Examples available here https://github.com/tanshiqi/Paw-ChanceDynamicValue
-
Install Extension
A dynamic value that randomly picks one of the inputs.
-
Install Extension
Import cURL commands like `curl -X POST httpbin.org/post`
-
Install Extension
Generates cURL command line code.
-
Install Extension
Returns Django's CSRF token from the Cookie header. Using this dynamic value for header X-CSRFToken allows making POST requests to Django views without getting a 403 error.
-
Install Extension
Generate DVR playback files from Paw (for DVR, the network testing library in Swift).
-
Install Extension
A Paw Extension to generate client code for Elixir using the HTTPosion library.
-
Install Extension
Generates random email addresses.
-
Install Extension
Computes the factorial of any number.
-
Install Extension
Dynamic value generator based on Faker.js library.
-
Install Extension
Paw Extension that generates code for Go using the HTTP package.
-
Install Extension
A HAR Generator for HTTP exchanges in Paw
-
Install Extension
Paw Extension to import HAR dumps from for instance web browsers (Chrome, Safari...).
-
Install Extension
Paw Extension to allow insertion of a Hawk token in the Authorization header.
-
Install Extension
A Dynamic Value that converts an hexadecimal encoded strings to base 64.
-
Install Extension
HTTP Digest authentication for Paw. Add an "Authorization" header with this dynamic value as value.
-
Install Extension
Generates command line code for HTTPie.
-
Install Extension
Human Readable provides a generator geared towards human readable exports to send to co-workers as text e.g. Slack, GitHub, email.
-
Install Extension
Paw Extension that generates code for Java using the Apache HttpComponents Client library via the Fluent API.
-
Install Extension
Generates code for JavaScript AJAX requests with jQuery.
-
Install Extension
Process an input string using the awesomely handy and powerful JSON processor utility jq.
-
Install Extension
A dynamic value to generate objects based on JSON Schemas using Faker.js
-
Install Extension
Generate JSON Web Tokens directly from Paw using this dynamic value.
-
Install Extension
Decodes JSON Web Token parts for further use (and for viewing).
-
Install Extension
Generate simple documentation files using Markdown and Curl
-
Install Extension
A Paw extension that generates Mocktail code to describe the latest request of an API call. Mocktail is an Objective-C stub library for HTTP APIs. Learn more about Mocktail here: https://github.com/puls/objc-mocktail
-
Install Extension
A Paw Extension to easily manage values in a list.
-
Install Extension
A Dynamic Value that randomizes names.
-
Install Extension
Generate code for Node.js using the standard HTTP library require('http')
-
Install Extension
Generates code for Objective-C using the AFNetworking library.
-
Install Extension
Generates code for Objective-C using the NSURLConnection library.
-
Install Extension
Generates code for Objective-C using the NSURLSession library.
-
Install Extension
Discover how to write basic assertions for your requests in Paw https://blog.luckymarmot.com/posts/secret-path-to-paw-assertions
-
Install Extension
This generates a basic LWP script for accessing an API.
-
Install Extension
Paw Extension that generates code for PHP using the cURL library.
-
Install Extension
A Paw Extension to generate client code for PHP with the Guzzle library.
-
Install Extension
Export your files to one of the Postman formats
-
Install Extension
This a Paw extension to import Postman collections, environments and full dumps into Paw.
-
Install Extension
Export your files to the Postman Collection v2 format
-
Install Extension
Import to Paw from Postman Collection v2 description format.
-
Install Extension
Generates code for Python using the Requests library.
-
Install Extension
A Paw Extension to generate QingStor Authorisation Signature for QingStor REST APIs. QingStor provides low-cost and reliable online storage service with unlimited storage space. See: https://www.qingcloud.com/qingstor
-
Install Extension
Export your files to the v0.8 RAML Format
-
Install Extension
Import to Paw from RAML API description format.
-
Install Extension
Import to Paw from RAML 1.0 API description format.
-
Install Extension
Export your files to the RAML 1.0 Format
-
Install Extension
A Paw Extension to match and replace a pattern in an input string. It uses the JavaScript replace method, so the regular expression syntax must follow the JavaScript syntax (see the RegExp object).
-
Install Extension
Allows to select data out any format by using regex. It is particularly useful for filtering data out of custom response formats such as JSON with adding XSS strings.
-
Install Extension
A Paw extensions to generate random strings based on a regular expression.
-
Install Extension
It takes the value of a header used in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
It takes the value by key path from JSON body sent in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
It takes the raw body sent in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
A dynamic value to find a random index path based on another request. Also includes specific aliased index lookup.
-
Install Extension
A Paw Extension to generate client code for Ruby with the Net::HTTP library.
-
Install Extension
Generates API Tests for Runscope Monitoring & Testing.
-
Install Extension
A Paw Extension that generates ServiceNow RESTMessageV2 scripts.
-
Install Extension
Hash data using SHA3 algorithms.
-
Install Extension
A dynamic value to perform simple operations on strings (upper case, lower case, title case, camel case, etc.).
-
Install Extension
A simple dynamic value to extract a substring from a string given a start (positive, or negative from the end) and a length (optional to get a substring until the end of string).
-
Install Extension
Generate client code for the JavaScript library SuperAgent
-
Install Extension
Export your requests as Swagger / Open API (aka. OAI, OAS) format.
-
Install Extension
Paw Extension to import from Swagger / Open API (aka. OAI, OAS) format.
-
Install Extension
Generates code for Swift 3 using the Alamofire 4 library.
-
Install Extension
Generates code for Swift using the NSURLSession library.
-
Install Extension
A dynamic value that creates a switch based on a given input, with multiple case choices. It acts like a "switch" statement in a programming language.
-
Install Extension
Dynamic value that returns a UNIX timestamp in milliseconds.
-
Install Extension
It takes the value of a URL parameter used in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
A dynamic value that can be used to add URL path parameters (especially useful for the integration with Blockchain of Things).
-
Install Extension
It takes the URL parts used in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc)
-
Install Extension
Generates a random UUID.
-
Install Extension
Auth extension for VWS Api.
-
Install Extension
Paw Extension to import WADL definitions
-
Install Extension
Paw Extension that generates PHP code for WordPress HTTP API.
-
Install Extension
A dynamic value for WSSE Authentication. It can be set as the value of an Authorization header.