Getting Started with gRPC
Create your first gRPC API documentation in NeoArc Studio with services, methods, and Protocol Buffer schemas.
This guide walks you through creating a gRPC API from scratch in NeoArc Studio. By the end, you will have a fully documented service with methods, proto message schemas, and server configuration.
Import an Existing Proto File
Already have .proto files? Use the Import Proto button on the gRPC API home page. NeoArc parses the proto IDL and creates service, method, and schema definitions automatically. Multi-file imports resolve cross-file type references.