Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 405 Bytes

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 )