Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

File metadata and controls

17 lines (11 loc) · 570 Bytes

Hello-World-API


Project description

The Hello World API project is a tutorial project prepared for a Technical Writers community. Thanks to this initiative, you can create documentation for a simple API and prepare documentation using the Docs As Code approach. The content in this repository is free to use for everybody.

API requirements

The Hello World API:

  • Javascript based
  • Two endpoints:
    • Get - Displaying message "Hello World"
    • Post - Displaying hello message with your name
  • API is published and accessible for the worldwide audience