completed documentation and fixed a few typos while reviewing
This commit is contained in:
parent
5a69d2c2d9
commit
a546d49221
4 changed files with 589 additions and 14 deletions
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
namespace wickedsoft\NetBox\Api\Secrets;
|
||||
|
||||
class KeyGen extends AbstractApi
|
||||
class Session extends AbstractApi
|
||||
{
|
||||
/**
|
||||
* @param $params
|
||||
* @return mixed
|
||||
* @throws \GuzzleHttp\Exception\GuzzleException
|
||||
*/
|
||||
public function add($params=[])
|
||||
public function list($params=[])
|
||||
{
|
||||
return $this->post("/secrets/get-session-key/", $params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue