From aa70ecbbb3ebee112f7be61fda1cf0a3789b1c95 Mon Sep 17 00:00:00 2001 From: bHosted Date: Fri, 4 Feb 2022 22:31:03 +0100 Subject: [PATCH] Updated the compontent features table --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdec402..5bfff35 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,16 @@ $contact = $contacts->get( $company->getId(), $list[0]->getId() ); ## Supported resources -| Component | Fetch all | Fetch single | Create | Update | delete | -|-----------|:------------------:|:------------------:|:------------------:|:------:|:------:| -| Companies | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | -| Contacts | :white_check_mark: | :white_check_mark: | | | | - +| Component | Fetch all | Fetch single | Create | Update | delete | +|---------------|:---------------------:|:---------------------:|:---------------------:|:---------------------:|:---------------------:| +| AccessToken | :white_check_mark: | :no_entry: | :no_entry: | :no_entry: | :no_entry: | +| Companies | :white_check_mark: | :white_check_mark: | :white_check_mark: | :no_entry: | :no_entry: | +| Contacts | :white_check_mark: | :white_check_mark: | :black_square_button: | :black_square_button: | :black_square_button: | +| Products | :black_square_button: | :black_square_button: | :no_entry: | :no_entry: | :no_entry: | +| Orders | :black_square_button: | :black_square_button: | :black_square_button: | :no_entry: | :no_entry: | +| Subscriptions | :black_square_button: | :black_square_button: | :no_entry: | :black_square_button: | :black_square_button: | +| Invoices | :black_square_button: | :black_square_button: | :no_entry: | :no_entry: | :no_entry: | +| Usage | :black_square_button: | :black_square_button: | :no_entry: | :no_entry: | :no_entry: | ## Links