jeyroik/extas-operations-jsonrpc-create

There is no license information available for the latest version (0.1.0) of this package.

Create operation for JSON RPC

0.1.0 2020-09-01 10:51 UTC

This package is auto-updated.

Last update: 2024-04-29 04:28:11 UTC


README

tests codecov.io PHPStan Enabled 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39643837663838313334636436613464333335642f6d61696e7461696e6162696c697479 Extas Installer v3 Latest Stable Version Total Downloads Dependents

Описание

Create operation for JSON RPC server.

Спецификация

{
  "request": {
    "type": "object",
    "properties": {
      "data": {
      		"type": "object",
      		"items": {"type": "object"}
      	}
    }
  },
  "response" : {
    "type" : "object",
    "properties" : {
       "type": "object",
       "items": {"type": "mixed"}
    }
  }
}

Пример запроса

{
  "id": "2f5d0719-5b82-4280-9b3b-10f23aff226b",
  "method": "snuff.create",
  "params": {
    "data": {
      "name": "test"
    }
  }
}