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

The "open in paw" button is not working in mashape

I'm trying out APIs on marketplace / mashape and there is an "Open in Paw" button. That bring up a dialog offering to get Paw or, if already installed to open in Paw. I do have Paw, it's open and when I click on "Open in Paw" it does bring Paw to…
0
votes
2 answers

Paw not finding access_token from OAuth proxy

I have a use-case where I need to spoof a white-listed Redirect URL locally when performing OAuth 2 authentication. I'm running a very basic web-server coupled with a hosts file entry for the domain I'm spoofing. I'm able to correctly negotiate my…
André Dion
  • 21,269
  • 7
  • 56
  • 60
0
votes
1 answer

How can I change the session expiry of session entries in the Cookie Jar?

Within the Paw App, I consider the Cookie Jar as a template for common session scenarios. Set up "n" number of sessions, set their domain and name, and save for future use. The session values need to be updated, no way around that. However, when…
Chris
  • 54,599
  • 30
  • 149
  • 186
0
votes
1 answer

Text-based JSON editor

I have seen How can I view the 'request' body as JSON-Text as opposed to the JSON parsed into a grid view but the question and answer feel specific to viewing JSON. Is there a way to enable a text-based JSON editor that I don't know about? Reasons…
Spencer Alger
  • 918
  • 2
  • 9
  • 22
0
votes
1 answer

I've just bought PAW and registered with their site. How do I use PawPrints?

I've just bought Paw and, while exploring the app found a mention of pawprints, which appear to be some sort of saved snippets or requests or something. I registered with the website and it tells me I have no saved pawprints. I've searched all over…
Dave Sag
  • 13,266
  • 14
  • 86
  • 134
0
votes
0 answers

Header name duplications

Is this normal behavior, that Header name duplicates the same amount of times as it used in other requests? Update: Paw version 2.2.3 Maybe there is some sort of cache? Because I see duplication even in new document. Update: Paw version: 2.2.4 It…
Alex Antonyuk
  • 161
  • 1
  • 8
0
votes
1 answer

How to get the current OS with the JavaScript API?

Looking to build a dynamic value which evaluates to the current OS (e.g.: OS X 10.10.4) with the JavaScript API, and am not able to find any mention of the users' current OS as an available value in the JavaScript API. Is this possible right now, or…
Colby Ludwig
  • 78
  • 1
  • 7
0
votes
1 answer

How to call Dynamic Value from JavaScript in Paw?

How do you call HMac-Sha1 in a custom extension javascript? I need to generate a custom signature for my RESTful API. I need to call a dynamic value from the JavaScript call using the Paw JS API. For instance, I need to compute an HMAC + SHA1 hash…
Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26
0
votes
1 answer

How can I view the 'request' body as JSON-Text as opposed to the JSON parsed into a grid view

JSON gridview crashes when there is a large values like a base64 image. I can still view the body in text format but it doesn't format the text as expected. A JSON-text option as there is in the response section would mitigate the issue until the…
0
votes
1 answer

How to test user registration api with paw?

What do I set in Paw to allow for a login? I have tried to use the allow cookies with to no avail. I am working through this tutorial on Github to learn the MEAN stack. Sign up seems to be working but sign in is not. Sign up request is: GET…
sitrucj
  • 118
  • 13
0
votes
1 answer

PAW, how to grep value from response and set it as environment variable

I have to usually run the following concept. 1. Login 2. Do some other requests When I login, I receive a token that I can use in the Authorisation header in my other requests. Can I somehow grep a value from the login request, set it as value to an…
ptheofan
  • 2,150
  • 3
  • 23
  • 36
0
votes
0 answers

How to avoid duplicates keys on autocomplete for headers in PAW?

I think that this is a bug in Paw. I written the Authorization key in so many request headers that appears all over the list.
rec
  • 192
  • 2
  • 17
0
votes
1 answer

Paw returns wrong web page compared to browsers

The requests appear to be sent to the wrong host (not entirely sure which host they're being sent to as that response can be sent by 4 different servers). Chrome returns the right JSON response: Paw's NSURLConnection library too : But the default…
Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26
0
votes
0 answers

Recover saved requests after crash (PAW REST client)

Paw crashed on me today and when I reopened it all of my save requests and environments were gone. Where is that data stored and is there any hope of recovering it? Thanks
0
votes
1 answer

Paw re-encodes URL values

I need to request the following URL: http://myhost.com/api/v3/projects/digitalis%2Fbackend/issues but this URL is being sent: http://myhost.com/api/v3/projects/digitalis%252Fbackend/issues
Micha Mazaheri
  • 3,481
  • 1
  • 21
  • 26
1 2 3
19
20