frontier icon indicating copy to clipboard operation
frontier copied to clipboard

Better naming of GRPC API

Open mabdh opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. There are some APIs that have Create... naming but it is actually doing Upsert in the repository layer. This could make user of API Confused. We need to make the naming consistent with behaviour.

Describe the solution you'd like Rename all APIs that do upsert accordingly. Instead of calling it Create..., we call it Upsert...

mabdh avatar Aug 18 '22 08:08 mabdh