Introduction
Some Motto APIs support the Connect protocol. Connect is a family of libraries for building browser and gRPC-compatible APIs. If you’re tired of handwritten boilerplate and turned off by massive frameworks, Connect is for you. It is important to note that, as part of the Connect protocol, regular HTTP POST and GET requests are all also supported, which returns standard JSON responses. The primary difference is that the API routes look a little different.Our Connect-compatible APIs currently do not support direct gRPC calls, but we intend to add support for this when feasible.