Discussions
How to add NodeJS code examples
Trying to add NodeJS code examples, and there are no option. So had to select JS as type. But in that way, I'm not being able to write any instruction on how to install the package. Same for Python, Java and other languages. There should be way to explicitly say, how the dev is going to include/install the package into their system.
Auto generated code examples along with given examples code in suggestion
If any code example is added then the auto generated codes are grouped under the three dots (more option).
Deleting a version
Hi Community,
Api deprecation
I want to deprecate particular api end point and make it visible to customer that this endpoint is depreciated. How to do that?
Support for date-based API versions
I know that ReadMe is semver-ish with the supported versions, but this is posing a problem for us when we want to create a date-based version. We have a version 2022-09 that is not accepted by semver. Are there any suggestions for what we can do?
API Conventions for /api-specification
GET /api-specification returns a collection instead of single api and there is no GET /api-specification/{id} call. I would expect an /api-specifications endpoint to exist and return a collection
Try It feature in the API reference
The c# code generator outputs code that contains the line
Using the ReadMe Explorer for Private APIs
Hi,
Link validation
Is there a link validation tool availble in Readme?
Updating API specification doesn't work
I am doing a PUT request, tried both with a JSON and YAML, I'm getting a 503 error.
The tried specifications are valid.