kiwiidb
b256a3fefe
remove old api docs
2022-06-17 15:38:44 +02:00
kiwiidb
88c4789412
add custom records to transactions
2022-05-18 09:14:09 +02:00
kiwiidb
820a993783
Merge pull request #161 from getAlby/feature/api-docs
...
Feature/api docs
2022-04-28 10:12:13 +02:00
kiwiidb
2793303ad3
swagger: add all endpoints
2022-04-26 13:48:05 +02:00
kiwiidb
d1679f499d
fix: add fees for outgoing invoices
2022-04-26 13:14:16 +02:00
kiwiidb
edffaf4542
add keepalive messages
2022-03-23 10:20:17 +01:00
kiwiidb
e551904e82
add fields explicitly in controllers
2022-02-15 16:43:55 +01:00
kiwiidb
f7be8c3663
export responses in controller package
2022-02-15 16:33:47 +01:00
Stefan Kostic
f93bdd54f9
Replace hardcoded strings with common constants
2022-02-09 22:27:01 +01:00
Stefan Kostic
3f4cc70d22
Revert commits related to constants
2022-02-09 22:24:52 +01:00
Stefan Kostic
3152f6f2e6
Replace hardcoded strings with common constants
2022-02-09 22:17:49 +01:00
Stefan Kostic
2748b7f2f3
Use request context in handlers
2022-02-08 13:36:50 +01:00
Michael Bumann
f683a22a66
Correct gettxs and getuserinvoices responses
2022-01-21 12:22:49 +01:00
Michael Bumann
228edcbe39
Return user invoices
...
and maybe correctly encode the Buffers?
2022-01-21 11:49:08 +01:00
Michael Bumann
1d17708875
Correct style
2022-01-20 14:20:15 +01:00
Michael Bumann
31570b8adf
Add blank routes required for bluewallet
2022-01-20 14:02:32 +01:00
kiwiidb
8eef14fccc
move service functions to service package
2022-01-19 16:10:55 +01:00
kiwiidb
a83fbc6067
add constructor funcs for controllers
2022-01-19 14:35:46 +01:00
Viktor Patchev
919affa2db
Update package name to new repo
2022-01-18 10:42:53 +01:00
Roman Useinov
628071160c
Cleanup ( #25 )
...
* remove cmd folder as we are going to have only one entrypoint
* get rid of pkg directory
* rename test -> integration_tests as unit tests should reside next to the actual files they are testing
* database migration WIP
* reinstate gorm boilerplate in the addinvoice for now to make it compile
* introduce migrations
* add Makefile
* don't use unsigned types for database mappings
* migrations work now
* add build target
* use echo groups
* gorm removed
* add envconfig
* fix comments
2022-01-16 00:49:19 +01:00