Questions tagged [paw-app]

RapidAPI (formerly Paw) is a REST client for OS X. It supports dynamic variables, multiple environments, and code generation in several languages (including Swift and Objective-C).

RapidAPI (formerly Paw) is a REST client for OS X. It supports dynamic variables, multiple environments, and code generation in several languages (including Swift and Objective-C).

287 questions
25
votes
1 answer

How do I upload a file as part of a multipart request in Paw?

I am currently mocking out several endpoints in Paw, including one that would typicaly receive multipart form data as a combination of standard text input as well as a file. If it were a form, it would look like this:
Chris
  • 54,599
  • 30
  • 149
  • 186
11
votes
0 answers

Does Paw app have support for HTTP/2

Does Paw app support HTTP/2? If so is there something specifically I have to do to get it to use it over 1.2? If it does not currently are there plans to add support?
kdbdallas
  • 4,513
  • 10
  • 38
  • 53
11
votes
1 answer

How can I add common header to every request in Paw?

I need to add a header (or set of headers) for many existing requests (all in workspace except two) and I would like this header to be added as default to new request or be able to add them without rewriting or copying it all. All I can think of is…
Piotr Tobolski
  • 1,326
  • 7
  • 22
10
votes
0 answers

How could I prompt for a value for the URL in Paw HTTP Client

I have URLs like this: http://localhost:8000/api/v1/[ENV_VALUE_1]/items/[ENV_VALUE_2]/[ID] The environment values are pre-defined and change when I change the context. But I'd like to prompt for the [ID] value on each request. Is it…
carlosescri
  • 309
  • 1
  • 2
  • 10
9
votes
2 answers

How do download response binary?

In Paw, I have a POST request that returns a binary (excel file). How do I download it rather than see the binary output in the raw output.
8
votes
1 answer

How to parse a JSON response to build additional Paw request?

https://paw.cloud/ I have the following JSON coming back from a different API end point: [ { "id": 1, "name": "BigCartel", "slug": "bigcartel", "logo_cdn_url": "http://placehold.it/200x200", "active": true, …
Chris Hough
  • 3,389
  • 3
  • 41
  • 80
7
votes
2 answers

Is it possible to re-use headers in Paw?

I'm creating a group of queries that will all share the exact same set of headers. Is it possible to create the group of headers once and then copy/paste them to other queries? Or, even better, can I assign a known group of headers to multiple…
Jedidja
  • 16,610
  • 17
  • 73
  • 112
6
votes
1 answer

How do I send a JSON body as part of multipart/form-data with Paw?

I have a REST request that accepts multipart/form-data. This request is already working with an Angular front-end. It expects both an array of files in a parameter called files[] and a JSON body in a parameter with the name body. In Paw, it seems…
Chris Williams
  • 11,647
  • 15
  • 60
  • 97
6
votes
1 answer

PAW app: Filtering JSON in the response panel

I recently discovered a nice little feature in the PAW app, that allows me to filter json in the response panel. Unfortunately, it seems only to be able to select base on the key names. Is there some documentation somewhere that would explain the…
Roland Tepp
  • 8,301
  • 11
  • 55
  • 73
6
votes
1 answer

How to submit form files on Paw?

I would like to use Paw to send form files, that I can catch from my PHP script with the $_FILES global variable. The File body option sends a file, but it is not encapsulated in a form structure and PHP cannot treat it. How can I do that ?
maxime
  • 1,993
  • 3
  • 28
  • 57
6
votes
1 answer

Does Paw.app include support for sending HTTP requests to UNIX sockets?

Does Paw.app support sending HTTP requests to UNIX sockets similar to curl --unix-socket=/tmp/my.sock? Thanks! -- -a
akutz
  • 355
  • 4
  • 5
6
votes
1 answer

Certificate Authentication with Paw App

In my case I want to test a rest-api protected by certificate-authentication. I want to use the Paw-App to test this REST-API but I can't find a way to insert/upload my client-certificate and the truststore (jks or pkcs12). I wonder if it is…
froeser
  • 61
  • 5
6
votes
2 answers

Is there a way to export all request code in Paw app?

I would like to be able to select multiple requests and export the code with the code generator of my choice-- something like a batch export. It appears that this is not possible in the current version of Paw, so I might have to script this up in…
6
votes
1 answer

Paw rest client : how to compute HMAC-SHA256 using absolute url as input

I'm using the awesome Paw software to make Htpp requests. It has a lot of great features including the ability to compute HMAC-SHA256 signatures, unfortunately, I cannot find how to use the full url of the current request as input of this. What is…
Antoine M.
  • 3,631
  • 3
  • 15
  • 20
5
votes
0 answers

Export Paw Environments to Postman

I was able to export my Paw collection to Postman via this guide: https://paw.cloud/docs/exporters/postman-exporter I can't find any information about how to export Paw environments. Is there a way to export Paw environments for use in Postman as…
kbanner
  • 149
  • 6
1
2 3
19 20