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

Improve OpenAPI Documentation by Grouping Endpoints by Use Case #704

Open
gacevicljubisa opened this issue Feb 5, 2025 · 0 comments
Open
Assignees

Comments

@gacevicljubisa
Copy link

gacevicljubisa commented Feb 5, 2025

Description

Currently, our OpenAPI documentation groups endpoints based on their technical implementation, such as BZZ or bytes. While this aligns with our internal code structure, it does not necessarily reflect how external developers interact with our API.

Problem Statement

Developers looking to upload or download content must explore multiple tags (BZZ, bytes, etc.) to find the relevant endpoints.
The current grouping does not reflect common use cases, making it harder to navigate.

Proposed Solution

  • Reorganize OpenAPI endpoint tags based on use cases rather than internal implementation details.
  • For example, Upload & Download: Include all endpoints related to uploading and downloading data, regardless of their underlying path (/bzz, /bytes, etc.).

Expected Benefits

  • Improved developer experience by making it easier to find relevant API endpoints.
  • More intuitive documentation for onboarding new developers.
  • Clearer separation of functionality based on real-world use cases.

Next Steps

  • Discuss and agree on the new categorization.
@NoahMaizels NoahMaizels self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants