Thanks for coming to this unusual question. So I was designing a system architecture with microservices architecture. I divided the system into multiple services. Such as Auth, Interaction, etc.
Are they services or microservices or APIs? Obviously, they are accessed by REST API. What should I call them? Auth API or Auth Service?
Also, they talk to each other with gRPC which requires defining the RPCs in a service. What should I call that? Such as AuthDataTransferService or AuthDataTransferAPI??
I am quite a beginner in this field, so sorry in advance for any mistakes in the question.