feat: mailer internal, templates, bruno cleanup, create user, send welcome mail, mailtrap
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
info:
|
||||
name: Delete Movie
|
||||
type: http
|
||||
seq: 6
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: DELETE
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
info:
|
||||
name: Get Movies
|
||||
type: http
|
||||
seq: 3
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: GET
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
info:
|
||||
name: Get Single Movie
|
||||
type: http
|
||||
seq: 4
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: GET
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
info:
|
||||
name: Update Movie
|
||||
type: http
|
||||
seq: 5
|
||||
seq: 4
|
||||
|
||||
http:
|
||||
method: PATCH
|
||||
@@ -0,0 +1,7 @@
|
||||
info:
|
||||
name: Movies
|
||||
type: folder
|
||||
seq: 3
|
||||
|
||||
request:
|
||||
auth: inherit
|
||||
@@ -0,0 +1,23 @@
|
||||
info:
|
||||
name: Create User
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{URL}}/v1/users"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"name": "John Mike",
|
||||
"email": "johnsmike@example.com",
|
||||
"password": "pa55word"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,7 @@
|
||||
info:
|
||||
name: Users
|
||||
type: folder
|
||||
seq: 2
|
||||
|
||||
request:
|
||||
auth: inherit
|
||||
Reference in New Issue
Block a user