Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extas-bv-api

Extas busyness value micro-service with crud + calculations api.

install

install plugins

# vendor/bin/extas i

generate json-rpc specs

# vendor/bin/extas jsonrpc -e 1 -s src/configs/extas.json

install specs

# vendor/bin/extas i

usage

set EXTAS__BASE_PATH

# export EXTAS__BASE_PATH=your/path

run server

# php -S 0.0.0.0:8080 -t vendor/jeyroik/extas-jsonrpc/src/public

check specs

curl -X POST localhost:8080/specs -d "{\"id\":\"request id\", \"method\":\"operation.all\"}"

use api

Warning: fill the data before using

curl -X POST localhost:8080/api/jsonrpc -d "{\"id\":\"request id\", \"method\":\"category.create\", \"data\":{...}}"

About

Extas busyness value microservice with crud + calculations api

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages