1.0.4 • Published 7 years ago

poyocore-front v1.0.4

Weekly downloads
4
License
LGPL-3.0
Repository
github
Last release
7 years ago

poyocore-front

poyocore protocol

PoyoCore is based on http protocol.

  • All data received from the server have to be formated in JSON
  • Some JSON root attributes may have special behavior
{
	"%error%":[],
	"%message%":[],
	"%script%":[]
}

How to use ?

Asserting your server respects the protocol :

poyoCore.send('/my/api', 'helloWorld', {
	parameter1: "value1"
}, console.log, console.log)
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago