Prerequisites from Mix

Before developing your gRPC application, you need a Mix project that provides a dialog application as well as authorization credentials.

Before you begin:

  1. Create a Mix project:

  1. Generate a client ID and “secret” for your project, as described in Authorize your client application. Later you will use these credentials to request an access token to run your application.

  2. Learn the URL to call the service.

See Quick Reference for a summary of Mix service URLs, resource URNs, authorization, and so on.