python-yapi

python yapi sdk


Keywords
yapi, python-yapi, pyyapi
License
MIT
Install
pip install python-yapi==0.1

Documentation

python-yapi

python操作yapi库

Languate - Python PyPI - License PyPI PyPI - Downloads

Install

pip install python-yapi

Simple Use

from python_yapi import YApi
yapi = YApi(base_url='http://localhost:3000')
yapi.login('admin@admin.com', 'ylme.org')

yapi.create_project(name='Demo Project')