{"id":15096050,"url":"https://github.com/sesaquecruz/go-chat-api","last_synced_at":"2026-02-14T12:36:44.643Z","repository":{"id":187196885,"uuid":"661906272","full_name":"sesaquecruz/go-chat-api","owner":"sesaquecruz","description":"A Rest API for a Chat Application.","archived":false,"fork":false,"pushed_at":"2023-10-17T22:10:49.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T19:28:15.184Z","etag":null,"topics":["gin","go","postgres","rabbitmq","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sesaquecruz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-04T00:13:49.000Z","updated_at":"2023-10-14T01:20:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6244a5a-ef85-40fd-ba6c-a0cc16ae1481","html_url":"https://github.com/sesaquecruz/go-chat-api","commit_stats":null,"previous_names":["sesaquecruz/go-chat-api"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sesaquecruz/go-chat-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesaquecruz%2Fgo-chat-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesaquecruz%2Fgo-chat-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesaquecruz%2Fgo-chat-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesaquecruz%2Fgo-chat-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sesaquecruz","download_url":"https://codeload.github.com/sesaquecruz/go-chat-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesaquecruz%2Fgo-chat-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gin","go","postgres","rabbitmq","rest-api"],"created_at":"2024-09-25T15:45:13.918Z","updated_at":"2026-02-14T12:36:44.626Z","avatar_url":"https://github.com/sesaquecruz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat API\n\nThis is a web chat API that allows users to create and manage chat rooms and send messages. The chat system also includes another API called Broadcaster, where users can subscribe to receive messages from a given chat room. The messages are sent from this API to Broadcaster through RabbitMQ.\n\n\n## Endpoints\n\n| Endpoint                     | Method | Protected | Description         |\n|------------------------------| ------ |-----------|---------------------|\n| `/api/v1/rooms`              | POST   | YES       | Create a room       |\n| `/api/v1/rooms`              | GET    | YES       | Search rooms        |\n| `/api/v1/rooms/{id}`         | GET    | YES       | Find a room by id   |\n| `/api/v1/rooms/{id}`         | PUT    | YES       | Update a room       |\n| `/api/v1/rooms/{id}`         | DELETE | YES       | Delete a room       |\n| `/api/v1/rooms/{id}/send`    | POST   | YES       | Send a message      |\n| `/api/v1/swagger/index.html` | GET    | NO        | API's documentation |\n| `/api/v1/healthz`            | GET    | NO        | Health check        |\n\n## Related repositories\n\n- [Broadcaster API](https://github.com/sesaquecruz/go-chat-broadcaster)\n- [Chat Infra](https://github.com/sesaquecruz/k8s-chat-infra)\n- [Chat API Docker Hub](https://hub.docker.com/r/sesaquecruz/go-chat-api/tags)\n\n## Tech Stack\n\n- [Go](https://go.dev)\n- [Gin](https://gin-gonic.com)\n- [Postgres](https://www.postgresql.org)\n- [RabbitMQ](https://www.rabbitmq.com)\n\n\n## Contributing\n\nContributions are welcome! If you find a bug or would like to suggest an enhancement, please make a fork, create a new branch with the bugfix or feature, and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See [LICENSE](./LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsesaquecruz%2Fgo-chat-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsesaquecruz%2Fgo-chat-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsesaquecruz%2Fgo-chat-api/lists"}