Skip to content

Commit

Permalink
Updated the compontent features table
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgeijn committed Feb 4, 2022
1 parent 10b1b09 commit aa70ecb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aa70ecb

Please sign in to comment.