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

Repository files navigation

py-front

A python API wrapper around Front.

Installation

pip install py-front

Usage

Set api key

import front
front.set_api_key("jwt_token")

Use the api

import front

for conv in front.Conversation.objects.all():
    print(conv.id, conv.subject)

Available models

About

An API wrapper for Front

Topics

Resources

Contributing

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages