Skip to content

yeseulan/hwsc-api-blocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hwsc-api-blocks

Steps to Declaring gRPC API Contract:

  1. Read protocol buffer guideline
  2. Read gRPC with guideline
  3. Once the endpoint is implemented, add a folder in the hwsc-api-blocks "int" folder
    int
    internal or for developers only
    ext
    external or production only
  4. Make and define proto file in the folder "int/hwsc-file-svc" with a function that uses the service, example
  5. Ensure protocol buffers 3.6.1 is installed
  6. Modify bash script for generating proto stub
  7. Run the bash script to generate proto stub
  8. Implement your gRPC service in the language you prefer, example
  9. Implement a wrapper for the gRPC call, example
  10. Test your function using index.js

About

API for hwsc-gateway-svc to consume various hwsc services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.3%
  • Shell 28.7%