Niki API Client

0

The Niki API Client is a WordPress implementation of the Niki.nl REST API. It yields the following functionality: authorisation: using username and password, acquire an oauth (version

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

The Niki API Client is a WordPress implementation of the Niki.nl REST API. It yields the
following functionality:

  • authorisation: using username and password, acquire an oauth (version 1.0) token to access the Niki API
  • project selection: in a list of all projects in your account, select the relevant project(s) to use in the website
  • resource implementations: Implementation of all resources of the Niki REST API except for the ‘search’ resources.

Example implementation

In the plugin directory, a folder named ‘examples’ is included. This folder contains 3 items:
# /classes: example view classes for housetypes, housetype-listings, and interest forms
# /theme: contains an example wordpress-theme, this theme can be installed (copied) in your theme folder
# niki-functions.php: file providing methods for displaying various Niki data

Of course, these are example implementations, not ment for direct production use. They will point you in the right direction while
implementing your own Niki-data filled website.