Project Title
A brief description of what this project does and who it’s for
Authors
Usage/Examples
import Component from 'my-project'
function App() {
return <Component />
}
API Reference
Get all items
GET /api/items
Parameter | Type | Description |
---|---|---|
api_key | string | Required. Your API key |
Get item
GET /api/items/${id}
Parameter | Type | Description |
---|---|---|
id | string | Required. Id of item to fetch |
add(num1, num2)
Takes two numbers and returns the sum.
Badges
Add badges from somewhere like: shields.io
Mermaid
sequenceDiagram
Consumer-->API: Book something
API-->BookingService: Start booking process
break when the booking process fails
API-->Consumer: show failure
end
API-->BillingService: Start billing process