{"id":13651645,"url":"https://mmattozzi.github.io/cocoa-rest-client/","last_synced_at":"2025-04-22T22:31:46.282Z","repository":{"id":2565564,"uuid":"3545128","full_name":"mmattozzi/cocoa-rest-client","owner":"mmattozzi","description":"A free, native Apple macOS app for testing HTTP/REST endpoints","archived":false,"fork":false,"pushed_at":"2024-10-14T00:29:42.000Z","size":8672,"stargazers_count":2355,"open_issues_count":44,"forks_count":206,"subscribers_count":68,"default_branch":"master","last_synced_at":"2024-10-29T17:50:14.772Z","etag":null,"topics":["cocoa","macos","objective-c","osx","rest"],"latest_commit_sha":null,"homepage":"http://mmattozzi.github.io/cocoa-rest-client/","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmattozzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-25T15:01:55.000Z","updated_at":"2024-10-28T21:58:20.000Z","dependencies_parsed_at":"2022-08-06T12:30:15.231Z","dependency_job_id":null,"html_url":"https://github.com/mmattozzi/cocoa-rest-client","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmattozzi%2Fcocoa-rest-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmattozzi%2Fcocoa-rest-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmattozzi%2Fcocoa-rest-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmattozzi%2Fcocoa-rest-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmattozzi","download_url":"https://codeload.github.com/mmattozzi/cocoa-rest-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223906291,"owners_count":17223045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoa","macos","objective-c","osx","rest"],"created_at":"2024-08-02T02:00:51.205Z","updated_at":"2024-11-10T02:31:09.318Z","avatar_url":"https://github.com/mmattozzi.png","language":"Objective-C","funding_links":[],"categories":["开发者工具","测试工具","Developer Tools","Test Tools","GUI"],"sub_categories":["API开发和分析","API Development","API Development and Analysis","IDE"],"readme":"About\n=================\nCocoaRestClient is a Mac OS X app for testing HTTP/Restful endpoints.\n\nI 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.\n\nThe goal of this project is to build a lightweight native Cocoa app for testing and debugging HTTP Restful services.\nThis project was greatly inspired by the Java rest-client (https://code.google.com/archive/p/rest-client).\n\nOfficial project website: http://mmattozzi.github.io/cocoa-rest-client/\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmmattozzi%2Fcocoa-rest-client.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmmattozzi%2Fcocoa-rest-client?ref=badge_shield)\n\nDownload\n=================\nIf you're not looking to compile from source and only want to use this tool, latest releases are here:\n\n[Download List](https://github.com/mmattozzi/cocoa-rest-client/releases)\n\nYou can also install it through [homebrew](https://brew.sh/) as a [cask](https://caskroom.github.io):\n\n```sh\n# install cask if necessary\nbrew tap caskroom/cask\n# install CocoaRestClient\nbrew install --cask cocoarestclient\n```\n\nFeatures\n=================\n* Make GET, PUT, POST, DELETE, HEAD calls\n* Set request body to arbitrary content\n* Set request headers\n* Edit URL parameters in an easy to read table\n* Set HTTP basic \u0026 digest auth\n* Auto-format (pretty print) XML, JSON, and MsgPack responses\n* Some cool Ace Editor themes for syntax highlighting\n* Display response headers\n* Quick save requests in a handy sidebar using folder organization\n* Upload files and form data via multipart/form-data\n* Enter POST/PUT input as raw input or key/value pairs\n* Reports response latency\n* Command-R reloads last request\n* Lightweight: Low real memory usage and \u003c 6mb DMG\n* SSL Support (including untrusted certificates)\n* Optionally follows HTTP redirects\n* Import and export requests\n* New in version 1.4: Uses native macOS tabs and windows.\n* New in version 1.4.3: Generate a unified diff between two response body tabs\n* Supports native MacOS dark mode\n* Mac M1/arm and intel processor support\n\nScreenshots\n=================\n\n\u003cimg src=\"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-1.png\" width=400/\u003e\n\n*Pretty print JSON content. Set and save HTTP headers.*\n\n\u003cimg src=\"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-4.png\" width=400/\u003e\n\n*Pretty print XML content. Quick save of request URLs, body, and headers in one convenient drawer.*\n\n\u003cimg src=\"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-5.png\" width=400/\u003e\n\n*Set HTTP Basic or Digest Auth. Displays HTTP response headers.*\n\n\u003cimg src=\"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-2.png\" width=400/\u003e\n\n*Upload files using HTTP multipart requests. HTTP form encoding also supported.*\n\n\u003cimg src=\"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-6.png\" width=400/\u003e\n\n*Unified diff tool for comparing response bodies.*\n\nSource and Contributions\n=================\n* Contributions are always welcome! Please fork and create a pull request.\n* Source uses [Cocoapods](https://cocoapods.org/) for dependencies, to get started, [install CocoaPods](http://guides.cocoapods.org/using/getting-started.html) and in the main project directory run:\n\n    ```\n      pod install\n    ```\n  * 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.\n\nCredits\n=================\n* Uses a very lightly modified fork of SBJson (https://github.com/SBJson/SBJson) for pretty printing JSON\n* Much guidance from Adrian Kosmaczewski blog (http://kosmaczewski.net/playing-with-http-libraries/)\n* Sparkle automatic update framework (https://github.com/sparkle-project/Sparkle)\n* ACEView syntax highlighting (https://github.com/ACENative/ACEView)\n* Base64 encoding uses Matt Gallagher's NSData+Base64 code (http://www.cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html)\n* Code \u0026 testing contributions: Adam Venturella, Sergey Klimov, Cory Alder, Tito Ciuro, Eric Broska, Nicholas Robinson, Diego Massanti, Robert Horvath\n\n\n\n## License\nSee [LICENSE.txt](https://github.com/mmattozzi/cocoa-rest-client/blob/master/LICENSE.txt)\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmmattozzi%2Fcocoa-rest-client.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmmattozzi%2Fcocoa-rest-client?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/mmattozzi.github.io%2Fcocoa-rest-client%2F","html_url":"https://awesome.ecosyste.ms/projects/mmattozzi.github.io%2Fcocoa-rest-client%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/mmattozzi.github.io%2Fcocoa-rest-client%2F/lists"}