aboutsummaryrefslogtreecommitdiff
path: root/api/slack
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2024-03-15lib/http: refactoring Client methods to return struct ClientResponseShulhan
2024-03-14lib/http: refactor Client methods to use struct ClientRequestShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-11api/slack: fix error string that end with "\n"Shulhan
2023-02-25all: access embedded field or methods using the type nameShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-01-09lib/http: refactoring NewClient to accept single structShulhan
2021-03-14all: refactoring http.Client methods signatureShulhan
2021-02-12api/slack: implement client for webhookShulhan
2021-02-03api/slack: a simple API to post message to SlackShulhan