jfrog / artifactory-client-java

Artifactory REST Client Java API bindings
Apache License 2.0
320 stars 153 forks source link

search artifacts by creation date #31

Open tomekkaczanowski opened 10 years ago

tomekkaczanowski commented 10 years ago

Is it possible to do the "creation date" search (http://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ArtifactsCreatedinDateRange) using the artifactory-client-java? I can't find such option in the API. Would be very useful to have it.

jbaruch commented 10 years ago

Thanks for the request, that's how we select what to implement next :-). I added it to the queue. You're welcome to watch the package on Bintray to get notifications about new versions.

unguiculus commented 10 years ago

I created a pull request for this: https://github.com/JFrogDev/artifactory-client-java/pull/49