chore: adds disclaimer about status of the library

This commit is contained in:
Matthias Langhard
2020-12-14 13:55:27 +01:00
parent 67ed70cf66
commit c4a2921a8a

View File

@@ -1,9 +1,14 @@
# Novaloop.PaymoApi - Accessing Paymo Api # Novaloop.PaymoApi - Accessing Paymo Api
**Novaloop.PaymoApi** allows to access the paymo API. **Novaloop.PaymoApi** allows to access the paymo API within your .net projects.
## Disclaimer
This library is an early state. Not a lot of api endpoints have been implemented. But it is set on solid grounds and hopefully will grow in the future.
Don't shy away to open an issue or write a pull request for an endpoint you need.
## Implemented Methods ## Implemented Methods
- Get all existing Tasks
- Get an existing Task - Get an existing Task
- Create a new Task - Create a new Task