GetAPI icon

GetAPI 2.1.3

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.1.3",
  "src": {
    "url": "https://files.getapi.io/macos/2.1.3/Get%20API.dmg",
    "sha256": "5487101967443f6c33f3ffadb71f471d832c3cf3042ffdd33a7ba4900a67f860"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Get API.app\" && cp -r \"Get API.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "HTTP Client",
    "homepage": "https://getapi.io/"
  }
}