diff --git a/README.md b/README.md index 3644b50..0bd4f60 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,8 @@ Almost all functionality of the API is implemented and with (mostly) proper exce > **_NOTE:_** This is an unofficial library for the vShield API. There-for vShield is not responsible for any issues regarding this library. -> **_WARNING_** The library is in its early stages this means breaking changes are made very often. Beware! - -In case of any issues using the library, be it better exception handling or ease of use ... feel free to create an issue on Github. - ### Supported Products: All products do have support, however virtual servers (VPS, VDS and VDS-PRO) @@ -35,3 +31,11 @@ Example for creating a client and sending a request to check the accounts curren ``` > **_NOTE:_** For an implementation example in an application such as a discord bot, feel free to check out the [examples](examples/README.md). + +### Contribution: + The library does cover all API paths, however, there are a few small things missing. + - Setting a wallpaper for a server. (This is only doable if you have reseller access) + - Tasks are not stored in the instance of a server, said tasks are only returned by `/server/getInfo/`. + - The ease of use of the library might be lacking for various use cases such as hosting a reseller website. + + For non-breaking and/or small changes feel free to create a PR. If not create an issue so a solution can be discussed.