apidoc-support-socketio

RESTful web API Documentation Generator

Usage no npm install needed!

<script type="module">
  import apidocSupportSocketio from 'https://cdn.skypack.dev/apidoc-support-socketio';
</script>

README

apidoc-support-socketio

Generates a RESTful web API Documentation.

This module was forked from apidoc

Features not in the original apidoc

  • Support socket.io emit / on ( in sendSampleRequest )
  • Display request status by printing "Loading..." ( in sendSampleRequest )
  • Object parse. You can input object "{ name: 'UC' }" as a string ( in sendSampleRequest )