Coder Social home page Coder Social logo

debugly / cocoa-rest-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mmattozzi/cocoa-rest-client

0.0 2.0 0.0 8.13 MB

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

Home Page: http://mmattozzi.github.io/cocoa-rest-client/

License: Other

Objective-C 92.42% Ruby 0.28% HTML 7.29%

cocoa-rest-client's Introduction

About

CocoaRestClient is a Mac OS X app for testing HTTP/Restful endpoints.

I love curl, but sometimes I need my output XML or JSON pretty printed. I want to be able to save frequent PUT and POST bodies for later and copy and paste from responses easily. Think of this as curl with a light UI.

The goal of this project is to build a lightweight native Cocoa app for testing and debugging HTTP Restful services. This project was greatly inspired by the Java rest-client (https://code.google.com/archive/p/rest-client).

Official project website: http://mmattozzi.github.io/cocoa-rest-client/

FOSSA Status

Download

If you're not looking to compile from source and only want to use this tool, latest releases are here:

Download List

You can also install it through homebrew as a cask:

# install cask if necessary
brew tap caskroom/cask
# install CocoaRestClient
brew cask install cocoarestclient

Features

  • Make GET, PUT, POST, DELETE, HEAD calls
  • Set request body to arbitrary content
  • Set request headers
  • Edit URL parameters in an easy to read table
  • Set HTTP basic & digest auth
  • Auto-format (pretty print) XML, JSON, and MsgPack responses
  • Some cool Ace Editor themes for syntax highlighting
  • Display response headers
  • Quick save requests in a handy sidebar using folder organization
  • Upload files and form data via multipart/form-data
  • Enter POST/PUT input as raw input or key/value pairs
  • Reports response latency
  • Command-R reloads last request
  • Lightweight: Low real memory usage and < 6mb DMG
  • SSL Support (including untrusted certificates)
  • Optionally follows HTTP redirects
  • Import and export requests
  • New in version 1.4: Uses native macOS tabs and windows.
  • New in version 1.4.3: Generate a unified diff between two response body tabs

Screenshots

Pretty print JSON content. Set and save HTTP headers.

Pretty print XML content. Quick save of request URLs, body, and headers in one convenient drawer.

Set HTTP Basic or Digest Auth. Displays HTTP response headers.

Upload files using HTTP multipart requests. HTTP form encoding also supported.

Unified diff tool for comparing response bodies.

Source and Contributions

  • Contributions are always welcome! Please fork and create a pull request.

  • Source uses Cocoapods for dependencies, to get started, install CocoaPods and in the main project directory run:

      pod install
    
    • Note that you must have a github account and a public key registered with github so that CocoaPods can pull down a github-hosted dependency.

Credits

License

See LICENSE.txt

FOSSA Status

cocoa-rest-client's People

Contributors

coryalder avatar darvin avatar diegomax avatar ericbroska avatar fossabot avatar mambocab avatar mmattozzi avatar patcheng avatar readmecritic avatar stackptr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.