Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
timtech-profile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pull-resource
timtech-profile
Commits
1ef37f1f
Commit
1ef37f1f
authored
Dec 29, 2023
by
Syed Asif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
collection added
parent
28d15f1f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
224 additions
and
0 deletions
+224
-0
README.md
README.md
+120
-0
profile.postman_collection.json
profile.postman_collection.json
+104
-0
No files found.
README.md
View file @
1ef37f1f
{
"info": {
"_postman_id": "4bdefb85-1e14-4ca8-bfca-f4b64685f6fd",
"name": "profile",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item":
[
{
"name": "http://localhost:9091/profile",
"request": {
"method": "POST",
"header":
[]
,
"body": {
"mode": "raw",
"raw": "{
\r\n
\"
firstName
\"
:
\"
India
\"
,
\r\n
\"
lastName
\"
:
\"
Nisum
\"
,
\r\n
\"
dateOfBirth
\"
:
\"
11-12-1995
\"
,
\r\n
\"
permanentAccountNumber
\"
:
\"
SBAPA1239A
\"
,
\r\n
\"
adharNumber
\"
:
\"
295456789123
\"
,
\r\n
\"
mobileNumber
\"
:
\"
9223456789
\"\r\n
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host":
[
"localhost"
],
"port": "9091",
"path":
[
"profile"
]
}
},
"response":
[]
},
{
"name": "http://localhost:9091/profile",
"request": {
"method": "GET",
"header":
[]
,
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host":
[
"localhost"
],
"port": "9091",
"path":
[
"profile"
]
}
},
"response":
[]
},
{
"name": "http://localhost:9091/profile",
"request": {
"method": "PUT",
"header":
[]
,
"body": {
"mode": "raw",
"raw": "{
\r\n
\"
profileId
\"
:
\"
658dd9e42ed4836c0cf70b84
\"
,
\r\n
\"
firstName
\"
:
\"
India
\"
,
\r\n
\"
lastName
\"
:
\"
Nisum
\"
,
\r\n
\"
dateOfBirth
\"
:
\"
11-21-1997
\"
,
\r\n
\"
permanentAccountNumber
\"
:
\"
ABAPA1235A
\"
,
\r\n
\"
adharNumber
\"
:
\"
123456789123
\"
,
\r\n
\"
mobileNumber
\"
:
\"
9223456789
\"
,
\r\n
\"
status
\"
:
\"
ACTIVE
\"\r\n
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:9091/profile",
"protocol": "http",
"host":
[
"localhost"
],
"port": "9091",
"path":
[
"profile"
]
}
},
"response":
[]
},
{
"name": "http://localhost:9091/profile/658dd9c62ed4836c0cf70b83",
"request": {
"method": "DELETE",
"header":
[]
,
"url": {
"raw": "http://localhost:9091/profile/658dd9c62ed4836c0cf70b83",
"protocol": "http",
"host":
[
"localhost"
],
"port": "9091",
"path":
[
"profile",
"658dd9c62ed4836c0cf70b83"
]
}
},
"response":
[]
}
]
}
### Java Spring template project
### Java Spring template project
This project is based on a GitLab
[
Project Template
](
https://docs.gitlab.com/ee/gitlab-basics/create-project.html
)
.
This project is based on a GitLab
[
Project Template
](
https://docs.gitlab.com/ee/gitlab-basics/create-project.html
)
.
...
...
profile.postman_collection.json
0 → 100644
View file @
1ef37f1f
{
"info"
:
{
"_postman_id"
:
"4bdefb85-1e14-4ca8-bfca-f4b64685f6fd"
,
"name"
:
"profile"
,
"schema"
:
"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item"
:
[
{
"name"
:
"http://localhost:9091/profile"
,
"request"
:
{
"method"
:
"POST"
,
"header"
:
[],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
firstName
\"
:
\"
India
\"
,
\r\n
\"
lastName
\"
:
\"
Nisum
\"
,
\r\n
\"
dateOfBirth
\"
:
\"
11-12-1995
\"
,
\r\n
\"
permanentAccountNumber
\"
:
\"
SBAPA1239A
\"
,
\r\n
\"
adharNumber
\"
:
\"
295456789123
\"
,
\r\n
\"
mobileNumber
\"
:
\"
9223456789
\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"http://localhost:9091/profile"
,
"protocol"
:
"http"
,
"host"
:
[
"localhost"
],
"port"
:
"9091"
,
"path"
:
[
"profile"
]
}
},
"response"
:
[]
},
{
"name"
:
"http://localhost:9091/profile"
,
"request"
:
{
"method"
:
"GET"
,
"header"
:
[],
"url"
:
{
"raw"
:
"http://localhost:9091/profile"
,
"protocol"
:
"http"
,
"host"
:
[
"localhost"
],
"port"
:
"9091"
,
"path"
:
[
"profile"
]
}
},
"response"
:
[]
},
{
"name"
:
"http://localhost:9091/profile"
,
"request"
:
{
"method"
:
"PUT"
,
"header"
:
[],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
profileId
\"
:
\"
658dd9e42ed4836c0cf70b84
\"
,
\r\n
\"
firstName
\"
:
\"
India
\"
,
\r\n
\"
lastName
\"
:
\"
Nisum
\"
,
\r\n
\"
dateOfBirth
\"
:
\"
11-21-1997
\"
,
\r\n
\"
permanentAccountNumber
\"
:
\"
ABAPA1235A
\"
,
\r\n
\"
adharNumber
\"
:
\"
123456789123
\"
,
\r\n
\"
mobileNumber
\"
:
\"
9223456789
\"
,
\r\n
\"
status
\"
:
\"
ACTIVE
\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"http://localhost:9091/profile"
,
"protocol"
:
"http"
,
"host"
:
[
"localhost"
],
"port"
:
"9091"
,
"path"
:
[
"profile"
]
}
},
"response"
:
[]
},
{
"name"
:
"http://localhost:9091/profile/658dd9c62ed4836c0cf70b83"
,
"request"
:
{
"method"
:
"DELETE"
,
"header"
:
[],
"url"
:
{
"raw"
:
"http://localhost:9091/profile/658dd9c62ed4836c0cf70b83"
,
"protocol"
:
"http"
,
"host"
:
[
"localhost"
],
"port"
:
"9091"
,
"path"
:
[
"profile"
,
"658dd9c62ed4836c0cf70b83"
]
}
},
"response"
:
[]
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment