cocoa-rest-client icon indicating copy to clipboard operation
cocoa-rest-client copied to clipboard

A free, native Apple macOS app for testing HTTP/REST endpoints

Results 45 cocoa-rest-client issues
Sort by recently updated
recently updated
newest added

When inputting double quotes in the body editor they are formatted to a different double quote character. e.g. "display" gets formatted to “display” As a result I find I have...

The first time I launched the application and ran a request, it somehow picked up a auth credential from my keychain, which I found really nifty. However, it was an...

enhancement

Do I have miss something ? Compilation error : Ld /Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug/CocoaRestClient.app/Contents/MacOS/CocoaRestClient normal x86_64 cd /Users/olivier/Documents/Dev/cocoa-rest-client-master export MACOSX_DEPLOYMENT_TARGET=10.12 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug -L/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug/ACEView -L/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug/Base64 -L/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug/DiffMatchPatch-ObjC -L/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug/MsgPackSerialization -L/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug/SBJson -F/Users/olivier/Library/Developer/Xcode/DerivedData/CocoaRestClient-bxaputffumrnfbbwjhcqbilddxjx/Build/Products/Debug -F/Users/olivier/Documents/Dev/cocoa-rest-client-master/Pods/Sparkle...

It should be possible to undo deletion of saved requests. I just deleted most of my saved requests because the focus was in the wrong place and I hit backspace...

enhancement

Common types include: - application/x-www-form-urlencoded - application/json - application/xml Same for `Accept`. Can be enhanced to generic header-aware autocomplete, but I think `Accept` and `Content-Type` are the headers that are...

enhancement

Add a checkbox "download" next to the submit button that will cause the response to be directly written to a file instead of showing in the app. It will help...

enhancement

First off, love it, really usable tool, good work! I would like to request something similar to the "Timing" tab in chrome devtools -> Network. I think it could be...

enhancement

Depending on the contents of requests & responses and the computer display, it may be more efficient to have both panes side by side instead of request data on top...

enhancement

1. Activate View -> Syntax Highlighting if not active 2. Make a request that returns JSON 3. Select some text in the response body and copy with cmd-c or ctrl-clicking...