Skip to content

touchlocal/centralindex-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

centralindex-py

Introduction

The centralindex Python module allows developers to start using the Central Index API with minimal code. The Central Index is a global data exchange, with a simple REST/JSON api.

What do I need before I start?

Hello World

You'll need to put the CentralIndex.py file alongside your code.

Then your first script could look something like:

import CentralIndex
from CentralIndex import *

ci = CentralIndex('<insert api key here>')
print ci.getEntity('379236608286720')

Function reference

See the API Docs for more information.

About

Python library for Central Index, the world's local data exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages