softlayer-java
softlayer-java copied to clipboard
Support for object filters
Is there anyway to use object filters with this client? https://sldn.softlayer.com/article/object-filters
I suppose I could implement my own HttpClient. Thoughts?
If not, please add official support in the future.
Object filters are not supported at the moment. There has been some thoughts and discussion about adding them to the library. I will see what I can do to get this added.
Its a vital piece in the Rest API support for Softlayer. Given tat tons of data is fetched using Rest calls, Filters is a MUST HAVE!
@CodyKurtz @camporter , Have you implemented ObjectFilters?