Skip to content

avoropaev/idp-project

Repository files navigation

IDP-PROJECT

Run

cp .env.dist .env
# fill JAEGER_ADDR
make init

Try

curl --header "Content-Type: application/json" \
	--request POST \
	--data '{"query": "{hashcode (code:0)}"}' \
	http://localhost:8080/graphql
curl --header "Content-Type: application/json" \
	--request POST \
	--data '{"jsonrpc": "2.0","method": "hash.calc","params": {"code": 1},"id": 123}' \
	http://localhost:8080/rpc
curl --header "Content-Type: application/json" \
	--request POST \
	--data '{"jsonrpc": "2.0","method": "guid.generate","params": {"code": 2},"id": 123}' \
	http://localhost:8080/rpc

Links

http://localhost:8080/graphql/playground

http://localhost:8080/rpc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published