Skip to content

lethargilistic/dcapi-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for dcapi

image

image

image

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')

Releases

No releases published

Packages

No packages published

Languages