Initial commit.
This commit is contained in:
11
rest-client-collection/Codiki/Users/Login.bru
Normal file
11
rest-client-collection/Codiki/Users/Login.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Login
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url:
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
5
rest-client-collection/Codiki/bruno.json
Normal file
5
rest-client-collection/Codiki/bruno.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "Codiki",
|
||||
"type": "collection"
|
||||
}
|
||||
3
rest-client-collection/Codiki/environments/localhost.bru
Normal file
3
rest-client-collection/Codiki/environments/localhost.bru
Normal file
@@ -0,0 +1,3 @@
|
||||
vars {
|
||||
url: http://localhost:8080
|
||||
}
|
||||
Reference in New Issue
Block a user