Skip to content

Instantly share code, notes, and snippets.

FROM rastasheep/ubuntu-sshd
MAINTAINER Ronalds Sovas <sovas@dosje.in>
################## INSTALLATION STARTS ##################
RUN echo "internetabomzis\ninternetabomzis" |passwd root \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& apt update \
&& apt install -y net-tools
@belobot
belobot / readme.md
Created December 18, 2018 13:34
JL Docuemntation

#JL API Documentation

Player Balance

Get all currency balance of user.

  • URL

    /api/v1/player_balance/{player_id}