Paw – Advanced API tool for Mac
121–130 of 133 posts
Re: Paw – Advanced API tool for Mac
#122Why do I need to create an account with an email and password to purchase this if it’s not a subscription service? To add insult to injury, I have to agree to some Terms of Service that probably indemnifies this company from doing whatever they want with my data. Who comes up with these brilliant ideas? The Mac App Store is absolutely horrible (lots of bugs, slow, inconsistent, almost unusable, absurd certificate exp…
Honest question: what apps that you purchase don't ask for your name or email?
Re: Paw – Advanced API tool for Mac
#123Earlier quoted context omitted.
Honest question: what apps that you purchase don't ask for your name or email?
Asking for email, and sometimes name, is fine. Forcing me to register is absurd. There are lots of “indy” software developers that don’t play these games.
Re: Paw – Advanced API tool for Mac
#124Software engineers are an interesting bunch... Reading all the bashing comments about Paw not being free, I can't help but feel a vibe, that some people expect to be paid thousands of dollars and not pay a single cent themselves. Where does this entitlement come from? Good job guys! You made a fantastic product. I will always favor native apps over Electron hacks. I can't count how many times I've CMD+Tabbed to Chrom…
Re: Paw – Advanced API tool for Mac
#125This is an honest question, I'm not trying to be negative but I'm really confused. It would seem like best practices is that all of this is part of your automated tests. Tests that are checked in to your repo and written in code and part of your CI. How does a native app that is OSX only fit in that scenario? Or maybe I'm not understanding it?
As ing33k mentioned, Paw isn't an automated testing tool (at least not yet), but rather an app where you can experiment with your or others APIs to check if things are working, and have a visual feedback/confirmation of what you're doing. But that's actually a great question. We are asking ourselves the same here at Paw: should our app offer a testing/assertions feature? Our own server backend is in Django using the…
Re: Paw – Advanced API tool for Mac
#126EDIT: I found more info. They're using RNCryptor. Hopefully not the C++ bindings! https://github.com/RNCryptor/RNCryptor-cpp/issues/2
Re: Paw – Advanced API tool for Mac
#127Earlier quoted context omitted.
Asking for email, and sometimes name, is fine. Forcing me to register is absurd. There are lots of “indy” software developers that don’t play these games.
Fair point. I wasn't aware you had to register a full account to start a trial. That definitely seems a bit much and I don't see the usefulness as getting the user's email would be just as effective for conversion.
Re: Paw – Advanced API tool for Mac
#128Looks cool! Probably should specify Web API tool, though; there are plenty of APIs that have nothing to do with HTTP.
Re: Paw – Advanced API tool for Mac
#129Software engineers are an interesting bunch... Reading all the bashing comments about Paw not being free, I can't help but feel a vibe, that some people expect to be paid thousands of dollars and not pay a single cent themselves. Where does this entitlement come from? Good job guys! You made a fantastic product. I will always favor native apps over Electron hacks. I can't count how many times I've CMD+Tabbed to Chrom…
Bugfix version Paw 3.0.5 has just been released https://paw.cloud/updates/3.0.5 (you can update from the app from Paw menu > Check for Updates…).
Re: Paw – Advanced API tool for Mac
#130I love using Paw. I'm no longer in the building phase of my service, but when I was defining my API and testing endpoints, Paw was critical in the process. My main feature request (and I'm not sure if any competitor does this, so please inform me if it exists somewhere): While Paw allows me to export code, which is cool and all, it would be very interesting to allow me to compose workflows, like, say Automator in mac…
We have actually two ideas in this area. First, as you mentioned, assertion testing. We've recently published a workaround (as a joke, but it's actually working :D) https://blog.paw.cloud/posts/secret-path-to-paw-assertions/ but a real alternative is coming next. Second, we are currently brainstorming around the idea of a good automation app. So somehow the two ideas may merge. We're not sure yet what would make sens…