Socket
Socket
Sign inDemoInstall

leankit-client

Package Overview
Dependencies
47
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

package.json

@@ -17,3 +17,3 @@ {

"license": "SEE LICENSE IN https://github.com/LeanKit/leankit-node-client/blob/master/LICENSE",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/LeanKit/leankit-node-client/",

@@ -20,0 +20,0 @@ "bugs": {

@@ -294,2 +294,3 @@ ## LeanKit API Client for Node.js

|`.card.get( cardId )`|`GET /io/card/$cardId`|Get a specific card by its ID.|
|`.card.create( { cardCreateRequest } )`|`POST /io/card`|Creates a new card. Refer to the API documentation for details.|
|`.card.update( cardId, [ { operations } ] )`|`PATCH /io/card/$cardId`|Modify properties of the given card ID. The array of operations can include adding, replacing, or removing property values. Refer to the API documentation for details.|

@@ -296,0 +297,0 @@ |`.card.destroy( cardId )`|`DELETE /io/card/$cardId`|Delete the specified card.|

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc