brew install swiftlint
brew install xcodegen
xcodegen
http://localhost:8080/api/transactions
{
"transactions": [
{
"id": 1,
"accounts": "雑収入",
"date": "2022/07/03",
"price": 4606,
"hex": "#ffffff",
"supplier": "ファミリーマート",
"description": "封筒"
},
{
"id": 2,
"accounts": "売上ほか",
"date": "2022/07/03",
"price": 855,
"hex": "#3cb371",
"supplier": "ダイソー",
"description": "鉛筆"
},
{
"id": 3,
"accounts": "通信費",
"date": "2022/07/03",
"price": 457,
"hex": "#ff0000",
"supplier": "ローソン",
"description": "切手"
}
]
}
http://localhost:8080/api/descriptions
{
"descriptions": [
{
"id": 1,
"name": "いて行くんだんそれ。"
},
{
"id": 2,
"name": "すすんでないてある。"
}
]
}
http://localhost:8080/api/suppliers
{
"suppliers": [
{
"id": 1,
"name": "ファミリーマート"
},
{
"id": 2,
"name": "セブンイレブン"
}
]
}