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

Paw hangs when executing a request with Paw HTTP Library

Using Paw 3.1.7 Using Paw HTTP Libary, the request hangs: Changing to NSURLConnection or ASIHTTPRequest solves the problem:
bsarrazin
  • 3,990
  • 2
  • 18
  • 31
2
votes
0 answers

Numeric Dynamic Number in Paw Request

Using Paw, I've got a Dynamic Value that returns a number, and I want to use that in the body of a JSON request. However when I go to the row in my request body and right click I don't see all of the options to set a dynamic value if the type is set…
jsorge
  • 163
  • 4
2
votes
0 answers

How to share Authentication settings?

I have several requests that use the same oAuth2 login. Can I easily share these settings for a group of requests? In Postman I can create a collection, define an authentication method for this group and use this authentication for all requests in…
beseder
  • 1,352
  • 2
  • 15
  • 25
2
votes
1 answer

How to traverse object with dynamic keys in Paw?

Let's say we have the following JSON response: { "abcd1234": { "foo": "bar" } } How would "bar" be accessed in a response parsed body value? In the response, "abcd1234" could be anything. But we want the first key in the object (in JavaScript…
2
votes
1 answer

TypeError: undefined is not an object on Paw app

I installed some new plugin on Paw app (Postman 1 and 2 export, Swagger 2). And since I have this error when I try to make a new export. I tried to uninstall and reinstall only one plugin, and I still have this error. But before I install some new…
nicolas_b
  • 169
  • 1
  • 8
2
votes
1 answer

How To Use A Variable As A URL Parameter With PAW API Tool For Mac?

This question relates to the PAW API tool available for Mac, version 3.1.5. I know that I can use variables in the request URL to change things such as protocol, host, etc. Also that they may be used within the text body to change JSON and so on. Is…
Max MacLeod
  • 26,115
  • 13
  • 104
  • 132
2
votes
1 answer

Sharing oauth tokens between requests on a Paw project

I've got a Paw project for an API that uses OAuth 2. Everything works great, on a per request basis, but every request manages its own token. Is there a way to have a single OAuth 2 "manager" for each project, where each request can grab the latest…
Matt Welch
  • 827
  • 2
  • 6
  • 12
2
votes
0 answers

auto Renew Token in Paw

I have the endpoint POST /login where I send the params Form-Url encoded params email and password. The JSON Response contains the token. Then I don't know how to tell my other Paw request, to get a valid token if needed. Because I'm not using GET…
Arco Voltaico
  • 860
  • 13
  • 29
2
votes
0 answers

Paw Not Switching Between Different Google OAuth Users

I'm trying to test connecting to a Google API on behalf of different Google accounts from the same Google Cloud Project. I tried using different OAuth client IDs in the OAuth 2.0 as different environmental values but that's not working. It seems the…
deltaspark
  • 21
  • 3
2
votes
1 answer

Get access token via Paw

Using the Paw app I would like to use the OAuth 2 "Get Access Token" functionality to automatically get or refresh token. I have no problem configuring it with the username and password and getting the proper response. However, the response is a…
Ted
  • 7,122
  • 9
  • 50
  • 76
2
votes
1 answer

Paw suddenly asks for client certificate

It didn't ask for any client certificate before. But recently I can't use Paw since every time I make a request, it says "The server requires a client certificate" Anything I can do to avoid this error?
wmfairuz
  • 1,033
  • 10
  • 19
2
votes
1 answer

Change server in all URLs

Using PAW and I have setup a bunch of test URLs for my API server. No I want to repeat all those URLs on my dev and staging servers. Is it possible to do a search and replace on the server domain name to recreate the same tests for each server?
Feargal Hogan
  • 169
  • 1
  • 8
2
votes
1 answer

Some issue about Paw3

After trying Paw3 for a while, I found it's really amazing, but I have some little issue about the operation: How can I bulk edit HTTP headers instead of editing in a table one by one? How can I fold some of the JSON text code when response is too…
L_K
  • 2,838
  • 2
  • 16
  • 36
2
votes
1 answer

How to delete unsaved changes in Paw app?

I have a long list of unsaved changes in my branches dropdown. It's hard to filter through my actual saved snapshots and I was wondering how to delete unsaved changes and/or snapshots to clear up this list.
Tim Park
  • 2,446
  • 2
  • 11
  • 13
2
votes
1 answer

How does paw handles download `application/octet-stream`?

Most of the question is in the title. I am trying to test an api that generates and streams large files. I am make the request with paw. How does it handle the response? Where are the downloaded files located? Thank you
Nicolas Joseph
  • 1,694
  • 3
  • 15
  • 25