{"id":20682867,"url":"https://github.com/josdem/juice-restclient","last_synced_at":"2026-05-06T19:36:47.257Z","repository":{"id":222351330,"uuid":"756965873","full_name":"josdem/juice-restclient","owner":"josdem","description":"This is a library that shows how to test a third-party service using restclient","archived":false,"fork":false,"pushed_at":"2024-04-16T18:01:30.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T15:52:31.458Z","etag":null,"topics":["gradle","java","junit5","restclient","spring-boot"],"latest_commit_sha":null,"homepage":"https://webflux.josdem.io/categories/en/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josdem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-13T16:44:57.000Z","updated_at":"2024-10-16T06:58:05.000Z","dependencies_parsed_at":"2025-01-17T15:44:43.820Z","dependency_job_id":"b75b283b-0f7e-4a6d-91af-3efc806c23df","html_url":"https://github.com/josdem/juice-restclient","commit_stats":null,"previous_names":["josdem/juice-restclient"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fjuice-restclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fjuice-restclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fjuice-restclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josdem%2Fjuice-restclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josdem","download_url":"https://codeload.github.com/josdem/juice-restclient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242926219,"owners_count":20207754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle","java","junit5","restclient","spring-boot"],"created_at":"2024-11-16T22:14:49.632Z","updated_at":"2026-05-06T19:36:47.230Z","avatar_url":"https://github.com/josdem.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Juice RestClient\n----------------------------------------------\n\n[![GitHub](https://github.com/josdem/juice-restclient/actions/workflows/main.yml/badge.svg)](https://github.com/josdem/juice-restclient/actions)\n\nThis project shows how to test an API using [RestClient](https://spring.io/blog/2023/07/13/new-in-spring-6-1-restclient) with [Junit Jupiter](https://junit.org/junit5/docs/current/user-guide/)\n\n#### To run tests\n\n```bash\ngradle test\n```\n\n#### To run a single test\n\n```bash\ngradle test --tests ${testName}\n```\n\nwhere:\n- `${testName}` is your test name\n\n### To publish library to artifactory using Gradle\n\n```bash\nexport ARTIFACTORY_USER=${username}\nexport ARTIFACTORY_PASSWORD=${password}\ngradle publish\n```\nwhere:\n\n- `${username}` Is artifactory username\n- `${password}` Is artifactory password\n\n**Note:** If you want to learn more and publish your own library, feel free to drop me a message on my home page website and ask for a Jfrog credentials.\n\n### To publish library to artifactory using Maven\n\n```bash\nmvn deploy\n```\n\nMake sure you setup your artifactory credentials in `${USER_HOME}/.m2/settings.xml`\n\n```xml\n\u003csettings\u003e\n    \u003cservers\u003e\n        \u003cserver\u003e\n            \u003cusername\u003e${username}\u003c/username\u003e\n            \u003cpassword\u003e${password}\u003c/password\u003e\n            \u003cid\u003esnapshots\u003c/id\u003e\n        \u003c/server\u003e\n    \u003c/servers\u003e\n\u003c/settings\u003e\n```\nwhere:\n\n- `${username}` Is artifactory username\n- `${password}` Is artifactory password\n\n#### Read this as reference:\n- https://josdem.io/techtalk/java/junit5/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosdem%2Fjuice-restclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosdem%2Fjuice-restclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosdem%2Fjuice-restclient/lists"}