Skip to content

P1ecful/MyExpenses

Repository files navigation

Go Restful API MyExpenses

Features

The following functions are a set for creating this web APIs:

API Routes

Path Method Request/Exmaple Desription
/transaction POST {"amount": 10.5, "currency": "USD", "category": "fastfood", "type": "expense"} Add transaction
/transactions POST { "user_id": 1 } Chech transactions history
/balance POST { "user_id": 1 } Check balance

About

transaction service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages