Commit Graph

13 Commits

Author SHA1 Message Date
ekzyis d3f5fce46d Fix Item.DeletedAt missing 2024-09-19 02:46:51 +02:00
ekzyis c184d18431 Remove unused fields from items query 2024-09-19 02:46:03 +02:00
ekzyis c80f0060c3 Fix missing item.text 2024-09-08 20:58:35 +02:00
ekzyis f911f10822 Fix comment response parsing 2024-07-03 09:30:15 +02:00
ekzyis c6f926dd8c Update API
* mutations now return { result, invoice, paymentMethod } due to new backend payment optimism
2024-07-02 23:47:35 +02:00
ekzyis f187218532 Add item query 2024-06-02 01:36:39 -05:00
ekzyis 17878b2f32 Fix missing error interface for DupesError 2024-04-07 05:27:38 +02:00
ekzyis 6debdd8ba6 Move source code into root 2024-04-07 04:53:33 +02:00
ekzyis 5ba3c56b75 Refactor code to use Client struct
* previous code was messy with all source in project root
* now code is organized in pkg/
* removed types.go and moved types into their respective modules
* package exports a Client struct now and all functions are methods of that struct
* also supports API keys now
2024-04-07 03:15:36 +02:00
ekzyis 03eeee8cc0 Update API
* rename 'meDontLike' to 'meDontLikeSats'
2023-12-24 00:06:33 +01:00
ekzyis 37b32c9bbf Update API
* type of limit changed from Int to Limit type
2023-11-23 18:12:53 +01:00
ekzyis 22e41321bc Update API
* Remove fwdUserId
* Rename createComment to upsertComment
2023-08-27 23:36:58 +02:00
ekzyis e6c93d21d5 Add items query 2023-08-23 02:52:15 +02:00