Apipost icon

Apipost 8.1.10

Platform for API documentation, debugging, Mock and testing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "apipost",
  "version": "8.1.10",
  "src": {
    "url": "https://www.apipost.cn/dl.php?client=Mac&arch=arm64&version=8.1.10",
    "sha256": "7cc56df2b65f169795ee79b4acd8b346962ae880c9fb2a51e70b4203191d808d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ApiPost.app\" && cp -r \"ApiPost.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Platform for API documentation, debugging, Mock and testing",
    "homepage": "https://www.apipost.cn/"
  }
}