GetAPI icon

GetAPI 2.0.1

HTTP Client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    get-api # GetAPI
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    get-api # GetAPI
  ];
}

Package Definition

{
  "pname": "get-api",
  "version": "2.0.1",
  "src": {
    "url": "https://files.getapi.io/macos/2.0.1/Get%20API.dmg",
    "sha256": "b990e6d2b0b16bb88cdfb3dd42d42137f908ef1e2242d0c2f382e270afc7ce19"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Get API.app\" && cp -r \"Get API.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "HTTP Client",
    "homepage": "https://getapi.io/"
  }
}