mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-17 20:28:06 +02:00
566 B
566 B
API
This directory showcases API services which sit behind the micro api and serve a public facing API
Services
- api - RPC api with api.Request and api.Response (Micro api handler should be set to --handler=api)
- beego - using beego
- gin - using gin server
- graphql - using graphql
- rest - using go-restful
- rpc - using RPC