Skip to content

Example post

Example Heading 2

Example content.

print("Example code block")
erDiagram
    CUSTOMER ||--o{ ORDER : places
    ORDER ||--|{ LINE-ITEM : contains
    CUSTOMER {
        string name
        string email
    }
    ORDER {
        date ordered
    }
    LINE-ITEM {
        int quantity
    }
Method Description
GET Fetch resource
PUT Update resource
DELETE Delete resource