{"id":13776382,"url":"https://github.com/MarketSquare/robotframework-httprequestlibrary","last_synced_at":"2025-05-11T10:31:00.256Z","repository":{"id":45089862,"uuid":"78210198","full_name":"MarketSquare/robotframework-httprequestlibrary","owner":"MarketSquare","description":"Robot Framework's library to test REST interfaces utilizing Apache HttpClient","archived":false,"fork":false,"pushed_at":"2024-10-03T17:00:40.000Z","size":324,"stargazers_count":22,"open_issues_count":7,"forks_count":12,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-04-12T11:02:38.961Z","etag":null,"topics":["http-client","http-requests","robot-framework","robotframework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarketSquare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-01-06T13:59:50.000Z","updated_at":"2024-10-24T07:40:22.000Z","dependencies_parsed_at":"2024-11-13T11:47:49.156Z","dependency_job_id":null,"html_url":"https://github.com/MarketSquare/robotframework-httprequestlibrary","commit_stats":{"total_commits":128,"total_committers":5,"mean_commits":25.6,"dds":0.0390625,"last_synced_commit":"62dd276e8bdf2c8f251ef02c8889cdb1c90c1f73"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-httprequestlibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-httprequestlibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-httprequestlibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frobotframework-httprequestlibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarketSquare","download_url":"https://codeload.github.com/MarketSquare/robotframework-httprequestlibrary/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551538,"owners_count":21926313,"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":["http-client","http-requests","robot-framework","robotframework"],"created_at":"2024-08-03T18:00:24.449Z","updated_at":"2025-05-11T10:30:59.690Z","avatar_url":"https://github.com/MarketSquare.png","language":"Java","readme":"# REST testing library for Robot Framework\nIntroduction\n------------\nRobot Framework's library to test REST interfaces.\n\nLibrary is mostly following structure of [Requests-library](https://github.com/bulkan/robotframework-requests).\n\n* More information about this library can be found in the\n  [Keyword Documentation](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.19/robotframework-httprequestlibrary-0.0.19.html).\n* For keyword completion in RIDE you can download this\n  [Library Specs](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.19/robotframework-httprequestlibrary-0.0.19.xml)\n  and place it in your PYTHONPATH.\n\nUsage\n-----\nIf you are using the [robotframework-maven-plugin](http://robotframework.org/MavenPlugin/) you can\nuse this library by adding the following dependency to \nyour pom.xml:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.marketsquare\u003c/groupId\u003e\n        \u003cartifactId\u003erobotframework-httprequestlibrary\u003c/artifactId\u003e\n        \u003cversion\u003e0.0.19\u003c/version\u003e\n    \u003c/dependency\u003e\n    \nWith Gradle, library can be use by importing it as a dependency in build.gradle:\n\n    runtime('com.github.marketsquare:robotframework-httprequestlibrary:0.0.19')\n    \nIf you are not using any dependency management too, you can use the\n[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.19/robotframework-httprequestlibrary-0.0.19-jar-with-dependencies.jar),\nwhich contains all required libraries. Running tests with that is done with command:\n    \n    java -jar robotframework-httprequestlibrary-0.0.19-jar-with-dependencies.jar \u003ctest directory\u003e \n\nLibrary import in Robot tests can be done with:\n\n|                    |                                 |\n| ----------------   | ------------------------------- | \n| *** Settings ***   |                                 |                 \n| Library            | HttpRequestLibrary              |   \n   \nExample\n-------\nUsage examples can be found at [Tests-folder](/src/test/robotframework/acceptance).\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Messaging/Communication"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarketSquare%2Frobotframework-httprequestlibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarketSquare%2Frobotframework-httprequestlibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarketSquare%2Frobotframework-httprequestlibrary/lists"}