No description
Find a file
Synchon Mandal 980ef8ecc8
Some checks failed
Deploy to AWS / Deploy (push) Failing after 48s
ci(forgejo): further update step url in deploy.yml
2026-04-15 00:44:38 +02:00
.aws chore: update task-definition.json to revision 23 2026-03-10 22:46:30 +01:00
.forgejo/workflows ci(forgejo): further update step url in deploy.yml 2026-04-15 00:44:38 +02:00
.gitea/workflows ci: revert label for gitea deploy.yml 2026-04-14 23:56:34 +02:00
backend chore(backend): improve argument check for ListLcoDockets 2026-03-19 23:12:35 +01:00
communication feat(communication): add endpoint for sending ott sms 2026-02-06 17:47:18 +01:00
id chore(id): improve commentary 2026-04-08 23:51:08 +02:00
internal feat(internal/utils): add global utils 2026-02-09 14:15:02 +01:00
iptv chore: lint 2026-03-19 23:10:58 +01:00
payments chore(payments): lint 2026-04-08 23:51:59 +02:00
pkg/types feat(pkg/types): add custom types 2026-02-08 22:28:43 +01:00
.gitignore chore: update .gitignore 2025-10-26 12:53:26 +02:00
.golangci.yml chore: allow field alignment optimisation 2025-11-01 14:54:27 +01:00
.pre-commit-config.yaml ci: add .forgejo/workflows 2026-04-14 23:57:09 +02:00
encore.app update: add encore.app 2025-10-26 12:28:16 +02:00
go.mod chore: update go version to 1.25.0 2026-03-01 19:33:06 +01:00
go.sum feat(iptv): add iptv endpoints and integrations 2026-02-10 11:29:35 +01:00
infra-config.json feat(iptv): add pub/sub support for auto registrations and subscriptions retries 2026-03-01 19:32:00 +01:00
README.md update: add README.md 2025-10-26 12:52:25 +02:00

api-service

The central API service repository for Wishnet built using Go and Encore.

To run, follow these steps:

  1. Clone the repository:
git clone https://git.wishnet.in/synchon/api-service.git
  1. Navigate to the project directory:
cd api-service
  1. Install the required dependencies and run the service:
encore run