PHP Classes

File: docs/index.rst

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   PHP Wunderlist API   docs/index.rst   Download  
File: docs/index.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Wunderlist API
Manage user lists using the Wunderlist API
Author: By
Last change: Added many new features
Date: 9 years ago
Size: 876 bytes
 

Contents

Class file image Download
.. title:: Wunderlist PHP SDK | The unofficial Wunderlist SDK for PHP ============================= Welcome to Wunderlist PHP SDK ============================= What is it? =========== This is the unofficial Wunderlist SDK for PHP!! The Wunderlist API provides REST-based storage and synchronization of a user’s lists across multiple platforms and devices. The primary things you’ll need to use it are an understanding of our data model, how we version individual entities in a user’s data, the formats we use for transmission, and a set of OAuth credentials. The PHP SDK helps you to interact with this API. User guide ---------- .. toctree:: :maxdepth: 2 overview quickstart authentication services revisions serviceManager list task membership note positions reminder subtask taskComment upload user webhooks integrations