i-pu / ipu-room

⚠ [Pausing] Developping Social-Room-Service for studying
3 stars 1 forks source link

Plugin package managing system #48

Closed wakame-tech closed 5 years ago

wakame-tech commented 5 years ago

Overview

プラグインパッケージの内容

server side

{
  name : string,
  id : string,
  version : string,
  thumbnail_url  : string,
  description : string,
  author : string,
  tags : string,
  requirements : string,
  last_updated : string,
  published : boolean,
  python : string,
  template: string,
}

client side

{
  name: string,
  description: string,
  author: string,
  tags: string,
  content: string
}

server response payload

{ 
  state: boolean
}