Using SublimeAndroidImport with import.io

Python integration

Install

pip install SublimeAndroidImport

Quick start

import SublimeAndroidImport

# Set your API key
client = SublimeAndroidImport.Client(api_key="YOUR_API_KEY")
Get the list of schedules for all your extractors
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor
Get the schedule of a particular extractor
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/
SDK on GitHub 📄 API Docs
SDK
SublimeAndroidImport
Python
API
import.io
import.io:schedule

At a glance

Language Python
Endpoints4