https://github.com/stereoflo/go-api-gateway
https://github.com/stereoflo/go-api-gateway
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereoflo/go-api-gateway
- Owner: StereoFlo
- Created: 2022-08-09T10:06:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T08:52:20.000Z (about 3 years ago)
- Last Synced: 2025-02-25T12:48:39.869Z (over 1 year ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP
### Описание
Реализиция api gateway на языке программирования Go. Отличитальная особенность - возможность читать swagger yaml, простой пример `services-config/users.yaml`.
В качестве микросервиса, можно использовать [этот репозиторий](https://github.com/StereoFlo/go-users-rest-microservice)
### Description:
Implementation of an API gateway using the Go programming language. The distinguishing feature is the ability to read Swagger YAML files, with a simple example of services-config/users.yaml. You can use this [this repository](https://github.com/StereoFlo/go-users-rest-microservice) as a microservice.