Skip to content

Extas busyness value microservice with crud + calculations api

License

Notifications You must be signed in to change notification settings

jeyroik/extas-bv-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages