ballerina-platform / ballerina-dev-tools

Ballerina Developer Tooling
http://ballerina.io
Apache License 2.0
114 stars 42 forks source link

[Bug]: Http Module issue in a Return Type named `HttpClient` #352

Open khadijahazward opened 5 months ago

khadijahazward commented 5 months ago

Description

The HTTP module uses a return type called HttpClient, but there's no reference to it within the HTTP module. This causes the index.html page generated for the API Docs of the HTTP module to be empty.

Screenshot 2024-05-09 101256

Steps to Reproduce

No response

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related area

-> API Docs

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

sm1990 commented 5 months ago

A temporary fix from frontend was added via https://github.com/wso2-enterprise/ballerina-central/pull/1202