Python wrapper for the GROWI REST API v3
API Reference: https://docs.growi.org/en/api/rest-v3.html
wip
wip
🔍 show
Install the python extension to vscode
Clone this repository
$ git clone https://github.com/miya/python-growi
Change directly to python-growi
$ cd python-growi
Install pipenv locally
$ pip install pipenv
Create a virtual environment under the project directory
$ export PIPENV_VENV_IN_PROJECT=true
Install dependencies
$ pipenv install --dev
Enter the virtual environment
$ pipenv shell