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
3
votes
2 answers

After updating to Paw 3, paw files will not open

As in the title, after updating the Paw (presumably version 2) client to Paw 3 - none of my .paw files will open. Using the menu, all of my old files are now greyed out. Whenever I 'force' Paw to open my file in some way, the error I receive is as…
Levi Roberts
  • 1,277
  • 3
  • 22
  • 44
3
votes
1 answer

How to use HMAC-SHA256 Authorization header with Unicode bytes instead of UTF-8?

I'm creating HMAC-SHA256 Authorization header for my rest request. My hunch is that internally Paw is using UTF-8 (or some other non-Unicode) encoding to calculate the checksum. My server side API uses Unicode to calculate the same thing for…
der_michael
  • 3,151
  • 1
  • 24
  • 43
3
votes
2 answers

Response Parsed Body in Paw. How to identify the Key-Path in a long url?

I have a Paw related question. Does anybody know how to extract a value from an encoded URL response field with Paw? The value is the only part of the encoded URL which starts with a %3D (the URL encoded version of an = sign). Getting the dynamic…
rustyMagnet
  • 3,479
  • 1
  • 31
  • 41
3
votes
1 answer

How could I decode a JWT token in Paw

I found an extension for generating JWT in Paw, but nothing so far about decoding the tokens and using the payload as dynamic vars.
Tony Gutierrez
  • 753
  • 1
  • 6
  • 16
3
votes
1 answer

All Environments and Groups missing

I opened Paw this morning and all my Environments, Groups and Paw documents are gone. Any idea where the Environments info is stored? Been using Paw for almost a year and never had this happen. No recent updates or changes. I closed the app last…
mpowmap
  • 651
  • 1
  • 6
  • 11
3
votes
1 answer

how could I set auto-expand in Paw HTTP client for mac?

I've installed Paw HTTP client in my mac. and I used a little for testing API. but I discovered that all responses were collapsed. I want to set auto expand for all responses. how could I do that ?
Steve Baek
  • 710
  • 7
  • 8
3
votes
1 answer

Curl command with multiple -d parameters in the Paw App

Consider the following "works for me" Curl command: curl http://192.168.2.131:6800/schedule.json -d project=a -d spider=b. I have no idea how to execute this POST in Paw. The curl importer in Paw transforms this to one body parameter:…
Pullie
  • 2,685
  • 3
  • 25
  • 31
3
votes
1 answer

Is there a way to turn off the file autosave feature in PAW?

Sorry for such a simple question, but I don't see any way to NOT save a file update in Paw. When troubleshooting, I often open up a paw file to retrieve a request that was working earlier. I usually try the request a few different ways before…
ttschapp
  • 61
  • 5
3
votes
0 answers

PAW: Replace timestamp in json results with date time

Is it possible to hint PAW that the integer value in result is timestamp and replace it with datetime automatically?
mente
  • 2,746
  • 1
  • 27
  • 33
3
votes
1 answer

PAW Rest Client: Generating HMAC-SHA256 Signature for AWS requests

I cannot successfully generate a signature for making AWS Requests using PAW. Here is a link to the signature I am attempting to generate: http://docs.aws.amazon.com/AWSECommerceService/latest/DG/HMACSignatures.html#HMACAuth_ItemsRequired I have…
Rob1202
  • 59
  • 5
3
votes
0 answers

Fail to set JWT token in PAW, works for POSTMAN

I was able to send a request with a JWT token in header using POSTMAN, I'd like to switch to use Paw, but it returned with error Authentication credentials were not provided. Below is what I tried for the Authorization header: Postman (this…
April
  • 31
  • 1
3
votes
0 answers

Use cookie value in request header

For the request I need to make I have to pass the CSRF token as the X-CSRFTOKEN header, the value of this header needs to be the value of a cookie set from the cookiejar. How can I have only the cookie value for a specific cookie as a variable?
ecnepsnai
  • 1,882
  • 4
  • 28
  • 56
3
votes
1 answer

Paw: response body size

Paw shows a bunch of great information about a request / response including response time, but I don't see a field for request and/or response size. Is there a way to easily show the size of the response body in Paw?
Rich
  • 552
  • 4
  • 8
3
votes
0 answers

Using RSA-SH1 signature for OAuth 1 with Paw

According to Xero support I can only use an RSA-SH1 signature to connect to their API so I am wondering if there is a configuration option or extension available for Paw to allow me to make RSA-SH1 signed OAuth 1 calls. I am trying to use Paw for…
SStanley
  • 730
  • 8
  • 8
3
votes
2 answers

Trouble installing certain Paw extensions

I'm unable to install almost any of the Paw extensions. Unfortunately several of the ones that won't install are the ones I really want! :) I've tried almost all the code generators, and only found one that would install. e.g. Swift + NSURLSession…
jeff-h
  • 2,184
  • 1
  • 22
  • 33