Skip to content

protocol updates

Compare
Choose a tag to compare
@ogazitt ogazitt released this 12 Jul 08:03
· 3 commits to master since this release

The snap CLI now supports the standard snapmaster protocol, where all responses follow a standard JSON format:

{
  "status": "success" / "error",
  "message": "error message",
  "data": [] or {}
}