Reqable icon

Reqable 2.30.0

Advanced API Debugging Proxy

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "reqable",
  "version": "2.30.0",
  "src": {
    "url": "https://github.com/reqable/reqable-app/releases/download/2.30.0/reqable-app-macos-arm64.dmg",
    "sha256": "d46df88ebd7c5e0265c47871ce4b5bf427c65adeaab566106653bbe163af0fe9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Reqable.app\" \"$out/Applications/Reqable.app\""
  ],
  "meta": {
    "description": "Advanced API Debugging Proxy",
    "homepage": "https://reqable.com/"
  }
}