manuelg
4 years agoNew Contributor
UNABLE TO FETCH THE COMPONENTS FROM DOMAIN PROJECT -> Could not resolve reference -failed to fetch
Hi,
I'm unable to refer the components in the domain project from API project.
Please find the links for the same below:(Both are public)
API - https://app.swaggerhub.com/apis/nousinfosystems/xyz-it-employee-api/1.0.0
Domain - https://app.swaggerhub.com/domains/nousinfosystems/employee-domain-poc/1.0.0
Reference :
/it/employee/names:
get:
summary: get Employeenames of IT department
description: endpoint to retrieve all employee names in IT Department
operationId: getItEmployeeNames
tags:
- IT-DEPARTMENT
responses:
'200':
$ref: 'https://api.swaggerhub.com/domains/nousinfosystems/employee-domain-poc/1.0.0#/components/responses/getemployeenames'
Regards,
Manuel George