Skip to content

Commit

Permalink
Merge pull request #20 from HealthITAU/readme-updates
Browse files Browse the repository at this point in the history
Updated Readme
  • Loading branch information
Yoshify authored Nov 2, 2023
2 parents a64a18c + 0066213 commit 88f986e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,15 @@ Known Issues:

Roadmap:
=============
- **Automate API Support** - Done :white_check_mark:
- **Robust error handling** - In Progress :construction:
- **Input model validation** - Planned :chart_with_upwards_trend:
- **ScreenConnect (Control) API Support** - Planned :chart_with_upwards_trend:
- **Batch requests** - Planned :chart_with_upwards_trend:
- **Automate API Support** - :white_check_mark: Done
- **Robust error handling** - :white_check_mark: Done
- **Tests** - :construction: In Progress
- **Input model validation** - :chart_with_upwards_trend: Planned
- **ScreenConnect (Control) API Support** - :chart_with_upwards_trend: Planned
- **Batch requests** - :chart_with_upwards_trend: Planned

How-to:
=============
- [pyConnectWise - An API library for ConnectWise Manage and ConnectWise Automate, written in Python](#pyconnectwise---an-api-library-for-connectwise-manage-and-connectwise-automate-written-in-python)
- [Features:](#features)
- [Known Issues:](#known-issues)
- [Roadmap:](#roadmap)
- [How-to:](#how-to)
- [Install](#install)
- [Initializing the API Clients](#initializing-the-api-clients)
- [ConnectWise Manage](#connectwise-manage)
Expand All @@ -67,7 +63,7 @@ How-to:
- [Supporting the project](#supporting-the-project)

# Install
Open a terminal and run ```pip install pyconnectwise```
Open a terminal and run ```pip install pyconnectwise``` or ```poetry add pyconnectwise```

# Initializing the API Clients

Expand Down

0 comments on commit 88f986e

Please sign in to comment.