# README
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)
- gin - using gin server
- rest - using go-restful
- rpc - using RPC