xing-android-sdk
xing-android-sdk copied to clipboard
The Official XING API client for Java/Android
Where is the official iOS sdk for Xing app? The link on this site to the iOS sdk repo is broken. https://cocoapods.org/pods/XINGAPI
In XingApi we need a `newBuilder` pattern implemented, so that if someone needs to clone and change some fields, or add extra fields, they can call `newBuilder` which returns a...
Since OkHttp depends on it, there's no need to have them as separate dependencies.
Current version is 3.4.1 while latest is [3.9.0](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
Right now the default error class that is returned from the api client is HttpError but when error json is not matching HttpError and there is no CallSpec::errorAs defined than...
consider updating **_How to get Started_** section of the Readme. Update _gradle_ and _maven_ sections with latest version number instead of `x.y.z ` This is a change of 2 lines...
https://codecov.io/ An example report on a PR:
Hi, It would be nice to be able to change the `apiEndpoint` from XingApi in runtime. Seems it should be possible by just providing a setter, which would set the...
Currently each resource declares a method, that returns a `CallSpec`, each declared method uses helper factory methods to build the resulting spec. This created multiple problems with the api flexibility,...
Currently we are declaring all models manually. This creates an overhead for us when maintaining `hashCode`, `equals()` e.t.c. AutoValue will solve this problem for us. Another pro is the new...