WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

c-base/c-beam

Repository files navigation

c-beam

c-beam backend based on django

c-beam API: https://c-beam.cbrp3.c-base.org/api (from crew network only)

Running with Docker

docker run -v "$PWD":/opt/c-beamd --name c-beamd -p 8000:8000 -t c-beamd

JSON RPC

  • Testing with curl:

    • curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"id","method":"eta","params":[]}' http://localhost:8000/rpc/
  • Commands:

    • who()
    • login(username)
    • ...

About

c-beam backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8