From e957e5f0bb9cd2d059c5340df19e476bc325c4b7 Mon Sep 17 00:00:00 2001 From: pierremeystre Date: Tue, 8 Jun 2021 09:23:39 -0500 Subject: [PATCH 1/2] Add smartsheet-API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4e025cc..98c9ce2a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ API | Description | Auth | HTTPS | CORS | | [MailboxValidator](https://www.mailboxvalidator.com/api-email-free) | Validate email address to improve deliverability | `apiKey` | Yes | Unknown | | [mailgun](https://www.mailgun.com/) | Email Service | `apiKey` | Yes | Unknown | | [markerapi](http://www.markerapi.com/) | Trademark Search | No | No | Unknown | +| [Smartsheet](https://smartsheet-platform.github.io/api-docs/) | Allows you to programmatically access and manage your organization's Smartsheet data and account information | `OAuth` | Yes | No | | [SwiftKanban](https://www.digite.com/swiftkanban/) | Kanban software, Visualize Work, Increase Organizations Lead Time, Throughput & Productivity | `apiKey` | Yes | Unknown | | [Ticksel](https://ticksel.com) | Friendly website analytics made for humans | No | Yes | Unknown | | [Trello](https://developers.trello.com/) | Boards, lists and cards to help you organize and prioritize your projects | `OAuth` | Yes | Unknown | From f2bab68308d70ef4c6234d075a0fa8b6e002b857 Mon Sep 17 00:00:00 2001 From: pierremeystre Date: Wed, 9 Jun 2021 07:39:06 -0500 Subject: [PATCH 2/2] Updated smartsheet API Description is now less than 100 characters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98c9ce2a..ca860920 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ API | Description | Auth | HTTPS | CORS | | [MailboxValidator](https://www.mailboxvalidator.com/api-email-free) | Validate email address to improve deliverability | `apiKey` | Yes | Unknown | | [mailgun](https://www.mailgun.com/) | Email Service | `apiKey` | Yes | Unknown | | [markerapi](http://www.markerapi.com/) | Trademark Search | No | No | Unknown | -| [Smartsheet](https://smartsheet-platform.github.io/api-docs/) | Allows you to programmatically access and manage your organization's Smartsheet data and account information | `OAuth` | Yes | No | +| [Smartsheet](https://smartsheet-platform.github.io/api-docs/) | Allows you to programmatically access and Smartsheet data and account information | `OAuth` | Yes | No | | [SwiftKanban](https://www.digite.com/swiftkanban/) | Kanban software, Visualize Work, Increase Organizations Lead Time, Throughput & Productivity | `apiKey` | Yes | Unknown | | [Ticksel](https://ticksel.com) | Friendly website analytics made for humans | No | Yes | Unknown | | [Trello](https://developers.trello.com/) | Boards, lists and cards to help you organize and prioritize your projects | `OAuth` | Yes | Unknown |