From 62413c8f1914a77a6f37952a049f2022ef7545e2 Mon Sep 17 00:00:00 2001 From: kk-no Date: Thu, 9 Nov 2023 00:08:59 +0900 Subject: [PATCH] update README.md --- README.md | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 3d10448..e43cb94 100644 --- a/README.md +++ b/README.md @@ -201,30 +201,31 @@ fmt.Println(customDeal.CustomA, customDeal.CustomB) # API availability -|Category | API | Availability | -|-------------|---------------------|-----------------| -|CRM | Deal | Available | -|CRM | Contact | Available | -|CRM | Imports | Beta | -|CRM | Schemas | Beta | -|CRM | Properties | Beta | -|CRM | Tickets | Beta | -|CMS | All | Not Implemented | -|Conversations| All | Not Implemented | -|Events | All | Not Implemented | -|Marketing | Marketing Email | Available | -|Marketing | Transactional Email | Available | -|Files | All | Not Implemented | -|Settings | All | Not Implemented | -|Webhooks | All | Not Implemented | +| Category | API | Availability | +|---------------|---------------------|-----------------| +| CRM | Deal | Available | +| CRM | Company | Available | +| CRM | Contact | Available | +| CRM | Imports | Beta | +| CRM | Schemas | Beta | +| CRM | Properties | Beta | +| CRM | Tickets | Beta | +| CMS | All | Not Implemented | +| Conversations | All | Not Implemented | +| Events | All | Not Implemented | +| Marketing | Marketing Email | Available | +| Marketing | Transactional Email | Available | +| Files | All | Not Implemented | +| Settings | All | Not Implemented | +| Webhooks | All | Not Implemented | # Authentication availability -|Type | Availability | -|-------------|--------------| -|API key | Deprecated | -|OAuth | Available | -|Private apps | Available | +| Type | Availability | +|--------------|--------------| +| API key | Deprecated | +| OAuth | Available | +| Private apps | Available | # Contributing