[Feature Request]: Improve Documentation for Simple HTTP Calls (Decouple from Python) #594
FractalMind
started this conversation in
Feature requests
Replies: 1 comment
-
@FractalMind Thanks a bunch for this suggestion. You are absolutely right. Language agnostic API guide is the need of the hour and the API layer itself needs a lot of overhaul w.r.t the new features we've been releasing in the core library. We'll try to prioritise this. In the mean time, you can view the docs for API here. @unclecode This is current? I can see that it's not listed anywhere in the main site. Also I remember your contribution from a few months back, the first official docker image for Crawl4AI! It was so helpful for me, in building my project. Thanks again for your continued support and adoption of this library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What needs to be done?
The current codebase is heavily oriented toward Python, making it difficult for developers using other languages to interact with the API. Additionally, there is no documentation covering simple HTTP calls to the Docker container.
Expected Improvement
What problem does this solve?
Proposed Solution
Target users/beneficiaries
Additional Context
Currently, all functionality is "hidden" within the Python library, making it difficult for developers who do not use Python to work with the API. A decoupled, well-documented approach would improve usability for a broader audience.
Would love to hear thoughts from the team! 🚀
Love the project btw, you guys are on fire!
Current alternatives/workarounds
No response
Proposed approach
No response
Beta Was this translation helpful? Give feedback.
All reactions