Skip to content

Commit ec31979

Browse files
committed
reverted swagger
1 parent f8508fa commit ec31979

1 file changed

Lines changed: 0 additions & 98 deletions

File tree

nextstep-backend/src/openapi/swagger.yaml

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ tags:
1919
description: Operations related to chat rooms
2020
- name: Resume
2121
description: Operations related to resume ATS scoring
22-
- name: LinkedIn
23-
description: Operations related to LinkedIn jobs
2422

2523
paths:
2624
/post:
@@ -1116,102 +1114,6 @@ paths:
11161114
'400':
11171115
description: Bad Request
11181116

1119-
/linkedin/jobs:
1120-
get:
1121-
tags:
1122-
- LinkedIn
1123-
summary: Retrieve jobs from LinkedIn based on skills and role
1124-
parameters:
1125-
- name: skills
1126-
in: query
1127-
required: true
1128-
schema:
1129-
type: string
1130-
description: Comma-separated list of skills
1131-
- name: role
1132-
in: query
1133-
required: true
1134-
schema:
1135-
type: string
1136-
description: Desired role
1137-
responses:
1138-
'200':
1139-
description: List of jobs retrieved successfully
1140-
content:
1141-
application/json:
1142-
schema:
1143-
type: array
1144-
items:
1145-
type: object
1146-
properties:
1147-
title:
1148-
type: string
1149-
description: Job title
1150-
company:
1151-
type: string
1152-
description: Company name
1153-
location:
1154-
type: string
1155-
description: Job location
1156-
url:
1157-
type: string
1158-
description: Job posting URL
1159-
'400':
1160-
description: Bad request - Missing skills or role
1161-
'500':
1162-
description: Internal server error
1163-
1164-
/google-jobs/jobs:
1165-
get:
1166-
tags:
1167-
- Google Jobs
1168-
summary: Retrieve jobs from Google Jobs based on skills and role
1169-
parameters:
1170-
- name: skills
1171-
in: query
1172-
required: true
1173-
schema:
1174-
type: string
1175-
description: Comma-separated list of skills
1176-
- name: role
1177-
in: query
1178-
required: true
1179-
schema:
1180-
type: string
1181-
description: Desired role
1182-
- name: location
1183-
in: query
1184-
required: false
1185-
schema:
1186-
type: string
1187-
description: Job location (default: remote)
1188-
responses:
1189-
'200':
1190-
description: List of jobs retrieved successfully
1191-
content:
1192-
application/json:
1193-
schema:
1194-
type: array
1195-
items:
1196-
type: object
1197-
properties:
1198-
title:
1199-
type: string
1200-
description: Job title
1201-
company:
1202-
type: string
1203-
description: Company name
1204-
location:
1205-
type: string
1206-
description: Job location
1207-
url:
1208-
type: string
1209-
description: Job posting URL
1210-
'400':
1211-
description: Bad request - Missing skills or role
1212-
'500':
1213-
description: Internal server error
1214-
12151117
components:
12161118
schemas:
12171119
Post:

0 commit comments

Comments
 (0)