Rename client pkg to api
This change set renames the internal client package to api. The reason for this is to avoid clashes with the client argument / variable which almost all data sources and resources use.
Before this change we've imported the client package as providerclient which I didn't like too much.
Feel free to suggestion a better name than api which are conform with the recommendations if you have one