Commit Graph

6 Commits

Author SHA1 Message Date
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