Skip to main content

Filapp API Client

Project description

Release MIT licensed pypi PyPI

python-filapp

Python package for integration of Filapp in other applications

Supported Python Versions

This library supports the following Python implementations:

  • Python 3.8
  • Python 3.9
  • Python 3.10
  • Python 3.11

Installation

Install from PyPi using pip, a package manager for Python.

pip3 install filapp

Test your installation

Try listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the auth_token, and company_id variables.

from filapp import Filapp

# Your Auth Token
client = Filapp(auth_token="your_auth_token", company_id="your_company_id")

branches = client.get_branches()
for branch in branches:
    print(f"Branch ID {branch.id}, name {branch.name}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filapp-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

filapp-0.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page