raccoon
raccoon copied to clipboard
feat: Implemented the rest client for raccoon
- Created the basic repo structure
- Implemented the Serializer for user events (Json/Proto)
- Implemented the Wire Marshaler for raccoon service request/response (json/proto)
- Json is the default wire marshaler for Rest client
- Implemented the options pattern for Rest Client
- Implemented the
RestClientSend()method - Implemented the
GrpcClientSend()method - Added tests for all the files