Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 680 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 680 Bytes

MarkdownTransformerService

This is a micro service for transforming Markdown.

Routes

Route Method Parameters Description
/ GET The main route. Contains information about the service
/ POST The content of the payload body will be transformed and returned

Attributions

This project makes use of

  • Slim, a microframework in PHP
  • Parsedown, a Markdown parser in PHP
  • Guzzle, a HTTP client in PHP

Thank you for developing and maintaining these excellent projects.