Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

wp-api-libraries/wp-zendesk-api

Repository files navigation

wp-zendesk-api

A WordPress php library for interacting with the Zendesk API.

Code Climate Test Coverage Issue Count

Example Usage:

	$zenapi = new Zendesk_Wordpress_API('imforza');
	if( ! $zenapi->authenticate('email@email.com', 'password')){
  error_log("hold up, auth error");
}

	error_log(print_r( $zenapi->create_ticket("319 Main Fire", "The building is currently on fire"), true));
error_log(print_r( $zenapi->list_tickets(), true));
error_log(print_r( $zenapi->get_requests(), true));

Releases

No releases published

Packages

No packages published