Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

x13a/acrobits-websvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acrobits-websvc

Acrobits Web Services. You have to overwrite functions in main.py file.

async def get_balance(params: websvc.Params) -> balance.Balance:
    raise HTTPException(status.HTTP_501_NOT_IMPLEMENTED)
async def get_contacts(params: contacts.Params) -> contacts.Contacts:
    raise HTTPException(status.HTTP_501_NOT_IMPLEMENTED)
async def get_rate(params: rate.Params) -> rate.Rate:
    raise HTTPException(status.HTTP_501_NOT_IMPLEMENTED)

Installation

$ make

or

$ make docker

Example

To run localhost:

$ ./run.sh

To run in docker:

$ docker-compose up -d

About

Acrobits Web Services

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •