No documentation for the API?
See original GitHub issueMaybe a noob question but can I run any nodejs
code on just
?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:13 (7 by maintainers)
Top Results From Across the Web
How to Test an API Without Documentation - Dev Tester
How to Test an API Without Documentation · Check the API's current usage · Look around the API's source code repository · "Borrow"...
Read more >What to do when an API has no documentation - Stack Overflow
I know it's pain to see API without documents but at least you can workaround it this way. Share.
Read more >7 Items No API Documentation Can Live Without
7 Items No API Documentation Can Live Without · 1: An Authentication Scheme · 2: HTTP Call Type Definitions · 3: Endpoint Definitions...
Read more >A Lack of API Documentation Considered Harmful
While I do understand that publishing and maintaining documentation can be a hassle, APIs with no documentation can quickly become a ...
Read more >Documenting APIs: A guide for technical writers and engineers
Will this course help you get a job in API documentation? No programming skills required; What you'll need; Testing Your Setup; Video recordings;...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi. I will get some docs up over next week - has been on my list of things to do for some time.
No, just is not compatible with node.js. Having said that, it would not be too difficult to write a compatibility layer for some of the core node.js functionality.
However, going forward, I would imagine more divergence as node.js seems committed to implementing most if not all of the browser APIs and is very much a general purpose toolkit useful for both frontend and backend development and running on a wide range of platforms. I don’t see just core ever being much more than what it currently is - a small and simple codebase implementing a very thin layer on top of linux system api’s and c/c++ libraries. it could at some point be used as the basis for more complex platforms/runtimes like node.js.
My two cents, I am in favour of keeping this project as barebones as possible. If I want to use node, I can already use node. The parts of this project that interest me are not being node.