natefduncan / landdox

Basic wrapper of Landdox API in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landdox

Basic wrapper of Landdox API in Python.

API Documentation

https://api.landdox.com/documentation#section/Welcome-to-Landdox-API

Usage

pip install landdox

from landdox import Client

ld = Client(CLIENT_ID, CLIENT_SECRET) #Get this from LD website. 

Endpoints

ld.contacts().list()
ld.wells().list()
ld.leases().list()
ld.tracts().list()
ld.units().list()
ld.custom(name="custom_form_name").list()

About

Basic wrapper of Landdox API in Python

License:MIT License


Languages

Language:Python 100.0%