Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
/ contracts Public archive

Contracts for the Nitric APIs, served by Nitric Membrane and consumed by various language SDKs

Notifications You must be signed in to change notification settings

nitrictech/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ambassador-contracts

Naming Conventions

Request/Response Messages

All request and Response message type names are derived from the service and rpc (method) they relate to. The format is:

Service + Method + Direction

Example: In the User Service, for the Create rpc the message type names are UserCreateRequest and UserCreateResponse.

All outbound messages have the Request suffix, while inbound messages have Response.

About

Contracts for the Nitric APIs, served by Nitric Membrane and consumed by various language SDKs

Resources

Code of conduct

Stars

Watchers

Forks