Retrieve file list under a directory

Issue #16 new
Nick Tan created an issue

hi folks according to api doc: /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/files/{path:.*} we can retrieve the file list of the directory. but I don't see the corresponding function in stash-java-client. if it's missing part, could you add the implementation? thx

Comments (1)

  1. Piotr Swiecicki

    Hi @missedone , Indeed, this client doesn't implement this method yet. Note this is an open source project, feel free to raise a Pull Request with proposed changes so we can merge it and release in the next version of stash-java-client. I will keep this issue open, in case some other member of community decides to take care of this.

  2. Log in to comment