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

Commit 9df9a94

Browse files
author
Santiago Garza
committed
added get_account_details method
1 parent d8923d6 commit 9df9a94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wp-uptime-robot-api.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ private function fetch( $request ) {
9292
* [get_account_details description]
9393
*/
9494
public function get_account_details() {
95-
95+
$request = $this->base_uri . '/getAccountDetails';
96+
return $this->fetch( $request );
9697
}
9798

9899

0 commit comments

Comments
 (0)