completed documentation and fixed a few typos while reviewing

This commit is contained in:
Tony Roy 2021-03-13 09:56:03 -04:00
commit a546d49221
4 changed files with 589 additions and 14 deletions

View file

@ -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);
}