raya-studio

Results 1 issues of raya-studio

When I'm using the method below, It will throw java.io.FileNotFoundException. ``` GitlabSession session = GitlabAPI.connect("https://myGitlabURL", "username", "password"); ``` The GitlabAPI is working well, the problem is the session and createUser....