Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for dcapi

A Python wrapper for the commands available in the dcapi REST API.

Usage

import dcapi

character_by_name = dcapi.character('Ai Haibara')
character_by_id = dcapi.character(1)

If you are using a self-hosted version of the api, you can specify your own endpoint and port.

import dcapi

api = dcapi.set_url('127.0.0.1:8000')

About

Python Wrapper for dcapi

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages