@bscotch/bravo
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,5 @@ | ||
## [2.0.2](https://github.com/bscotch/favro-sdk/compare/v2.0.1...v2.0.2) (2021-10-04) | ||
## [2.0.1](https://github.com/bscotch/favro-sdk/compare/v2.0.0...v2.0.1) (2021-10-02) | ||
@@ -2,0 +6,0 @@ |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"engines": { | ||
@@ -18,0 +18,0 @@ "node": ">=14" |
@@ -73,28 +73,28 @@ <p align="center"><i><a href="https://www.bscotch.net">Butterscotch Shenanigans</a> Presents:</i></p> | ||
6. [Recipes](#recipes) | ||
1. [Create a Bravo Client](#create-a-bravo-client) | ||
2. [Create a New Card](#create-a-new-card) | ||
3. [Search Existing Cards](#search-existing-cards) | ||
4. [Update a Common Field on a Card](#update-a-common-field-on-a-card) | ||
5. [Batch-Update a Card's Common Fields](#batch-update-a-cards-common-fields) | ||
6. [Add a Card Attachment](#add-a-card-attachment) | ||
7. [Validate a Webhook Signature](#validate-a-webhook-signature) | ||
8. [Ensure up-to-date data (clear caches)](#ensure-up-to-date-data-clear-caches) | ||
1. [Create a Bravo Client](#create-a-bravo-client) | ||
2. [Create a New Card](#create-a-new-card) | ||
3. [Search Existing Cards](#search-existing-cards) | ||
4. [Update a Common Field on a Card](#update-a-common-field-on-a-card) | ||
5. [Batch-Update a Card's Common Fields](#batch-update-a-cards-common-fields) | ||
6. [Add a Card Attachment](#add-a-card-attachment) | ||
7. [Validate a Webhook Signature](#validate-a-webhook-signature) | ||
8. [Ensure up-to-date data (clear caches)](#ensure-up-to-date-data-clear-caches) | ||
7. [The Favro Data Model](#the-favro-data-model) | ||
1. [Collections](#collections) | ||
2. [Widgets (a.k.a. "Boards")](#widgets-aka-boards) | ||
3. [Columns (a.k.a. "Board Statuses")](#columns-aka-board-statuses) | ||
4. [Cards](#cards) | ||
5. [Built-In Card Fields](#built-in-card-fields) | ||
6. [Custom Fields](#custom-fields) | ||
7. [Webhooks (Outgoing)](#webhooks-outgoing) | ||
1. [Collections](#collections) | ||
2. [Widgets (a.k.a. "Boards")](#widgets-aka-boards) | ||
3. [Columns (a.k.a. "Board Statuses")](#columns-aka-board-statuses) | ||
4. [Cards](#cards) | ||
5. [Built-In Card Fields](#built-in-card-fields) | ||
6. [Custom Fields](#custom-fields) | ||
7. [Webhooks (Outgoing)](#webhooks-outgoing) | ||
8. [Tips, Tricks, and Limitations](#tips-tricks-and-limitations) | ||
1. [API rate limits are very low](#api-rate-limits-are-very-low) | ||
2. [Search options are extremely limited](#search-options-are-extremely-limited) | ||
3. [Webhooks used by Automations have incomplete data](#webhooks-used-by-automations-have-incomplete-data) | ||
4. [Member fields have independent but inaccessible "completion" states](#member-fields-have-independent-but-inaccessible-completion-states) | ||
5. [Markdown support is limited](#markdown-support-is-limited) | ||
6. [Unique identifiers are inaccessible](#unique-identifiers-are-inaccessible) | ||
1. [Card Sequential IDs are flexible](#card-sequential-ids-are-flexible) | ||
2. [Widget-specific `cardId`s](#widget-specific-cardids) | ||
7. [API-Created Boards have broken Status fields](#api-created-boards-have-broken-status-fields) | ||
1. [API rate limits are very low](#api-rate-limits-are-very-low) | ||
2. [Search options are extremely limited](#search-options-are-extremely-limited) | ||
3. [Webhooks used by Automations have incomplete data](#webhooks-used-by-automations-have-incomplete-data) | ||
4. [Member fields have independent but inaccessible "completion" states](#member-fields-have-independent-but-inaccessible-completion-states) | ||
5. [Markdown support is limited](#markdown-support-is-limited) | ||
6. [Unique identifiers are inaccessible](#unique-identifiers-are-inaccessible) | ||
1. [Card Sequential IDs are flexible](#card-sequential-ids-are-flexible) | ||
2. [Widget-specific `cardId`s](#widget-specific-cardids) | ||
7. [API-Created Boards have broken Status fields](#api-created-boards-have-broken-status-fields) | ||
@@ -101,0 +101,0 @@ ## Authentication |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
405029