CocoaRestClient icon

CocoaRestClient 1.4.7

App for testing HTTP/REST endpoints

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cocoarestclient # CocoaRestClient
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cocoarestclient # CocoaRestClient
  ];
}

Package Definition

{
  "pname": "cocoarestclient",
  "version": "1.4.7",
  "src": {
    "url": "https://github.com/mmattozzi/cocoa-rest-client/releases/download/1.4.7/CocoaRestClient-1.4.7.dmg",
    "sha256": "8e974818e5b77e6e4291acbe09d439c3c17b01c23e48d2272f7817e2d18e9968"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CocoaRestClient.app\" && cp -r \"CocoaRestClient.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App for testing HTTP/REST endpoints",
    "homepage": "https://mmattozzi.github.io/cocoa-rest-client/"
  }
}