Niki API Client is WordPress of Niki.nl REST API.
It yields the following functionality authorisation using username and password, acquire oauth token to access Niki API project in list of all projects in your account, select the relevant project to use in the resource implementations Implementation of all resources of Niki REST API except for the 'search resources...
Activate the plugin through 'Plugins WordPress.
When the token is retrieved, under Niki projecten check the relevant projects and click Wijzigingen opslaan.
Upload the folder to the wp-content plugins directory using your method.
Go to settings->permalinks, activate the.
Include the niki-functions php in your page template and call the specific housetype information by specifying project id and housetype id like so < require once $niki->get plugin path . examples niki-functions php niki show woningtype >.
In this example, the parameter is the Niki project id, and the parameter is the Niki housetype id...
Given any Niki API resource, you can access Niki API by the following code < example project resource $resource = projects 34 TBIGEN 79DBBC06-518B-4591-882E-EE63359CCBA8 $myProject = $niki->get niki resource ) empty array, not needed here display the contents of $myProject var dump >...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more