Discussions
I forgot which email I used to manage my readme account can I know it?
Is there a way to recover email/username?
Is there a way to list all docs in a project via the API?
I'd like to retrieve ALL docs in a project. This includes all my reference docs plus any guides and custom pages I've created. Is there a way to do this via the API? I tried using the Search docs endpoint with a wildcard but only got limited results. I don't see a List All Docs endpoint.
Can't Register in https://portal.pushologies.com/register
Dear Team.
How can I replace some variables in code example?
Like I set a required authentication in headers, in curl code. it will show automatically.
Will readme support grpc/proto documentation soon?
Wondering if API documentation will support protocol buffers for gRPC service documentation.
Email notifications for password protected sites
Is there a way to get email notifications upon changes for password protected sites? (RSS will not work)
How to show endpoint name as api title
I coded my endpoints with Name on c# and operationId set with "Example Name" on swagger.json
Support pages directly from OpenAPI spec
Many APIs use info.description
field to describe the API context (such as introduction and getting started), but currently according to the OpenAPI Compatibility Chart it currently does nothing. It will be very nice if pages could be created automatically using this field.
Production not show parameters and response which is available in staging
Hi, I have staging and production API document, later I changed URL of the API and publish to git hub, staging got synced with new URL and parameter and response, but production show only URL changes but parameter and response is not available now.
What is the best practice for using Changelog for releases?
There seems to be no way to categorize changes. Categories could include functional areas or types of changes. Tags would be another great way to include ways for people to search specific areas of interest.