Add releases POST request and httpie

This commit is contained in:
nikurasu 2023-06-26 18:57:19 +02:00
parent a3e2036a88
commit 1711bf8198
Signed by: Nikurasu
SSH key fingerprint: SHA256:FIJQPK9c6Hjb3ZyIZoH+OwVq+tdNoLJzBcU6mGuLYwY
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"request": {
"method": "POST",
"urlPathPattern": "/api/v1/repos/.*/.*/releases",
"bodyPatterns": [{
"equalToJson": {"test": "HelloWorld"}
}]
},
"response": {
"status": 201
}
}

View file

@ -1,5 +1,14 @@
certifi==2023.5.7
charset-normalizer==3.1.0
defusedxml==0.7.1
httpie==3.2.2
idna==3.4
markdown-it-py==3.0.0
mdurl==0.1.2
multidict==6.0.4
Pygments==2.15.1
PySocks==1.7.1
requests==2.31.0
requests-toolbelt==1.0.0
rich==13.4.2
urllib3==2.0.3