Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the documentation URL object in use? #36

Open
kinlane opened this issue Jan 28, 2023 · 2 comments
Open

Is the documentation URL object in use? #36

kinlane opened this issue Jan 28, 2023 · 2 comments
Labels
priority:medium question Further information is requested

Comments

@kinlane
Copy link
Contributor

kinlane commented Jan 28, 2023

How are API providers using or not using the documentation URL object, providing references to other resources?

@kinlane kinlane added question Further information is requested priority:medium labels Jan 28, 2023
@Nebulaa11
Copy link

API providers can use the documentation URL object in the OpenAPI specification to provide references to other resources and documentation for their API. Here are a few common ways API providers utilize this object:

Linking to API reference documentation: The documentation URL object is often used to provide a direct link to the API reference documentation. This documentation typically includes details about endpoints, request/response formats, authentication methods, error handling, and other technical specifications.

Pointing to interactive API documentation: API providers may use the documentation URL to direct users to interactive API documentation tools, such as Swagger UI, Redoc, or Postman. These tools allow developers to explore and interact with the API endpoints directly in the browser, making it easier to understand the available resources and test API requests.

Referencing external developer portals or knowledge bases: Some API providers maintain dedicated developer portals or knowledge bases that provide comprehensive documentation, tutorials, guides, and other resources for developers. The documentation URL can be used to link to these external resources, providing users with access to a wealth of information beyond the OpenAPI specification.

Including support channels or community forums: API providers may use the documentation URL to point users to support channels or community forums where they can seek assistance, ask questions, and collaborate with other developers using the API. This can foster a sense of community and provide additional resources for troubleshooting and learning.

It's important to note that not all API providers use the documentation URL object, and some may opt for alternative methods to provide documentation and references to additional resources. For instance, they may have their own custom documentation URLs, rely on separate documentation websites, or use different tools specific to their API ecosystem.

In summary, the documentation URL object in the OpenAPI specification offers flexibility for API providers to provide references to various resources, including API reference documentation, interactive API documentation tools, external developer portals, support channels, and community forums. The specific usage may vary depending on the provider's preferences and the available documentation infrastructure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants
@kinlane @Nebulaa11 and others