GetAPI icon

GetAPI 1.2.0

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