What type of development environments does LINE Planet provide and what do I need to do for integration?
LINE Planet provides two groups of servers. You need to select a server group to integrate with and set the appropriate API key and server address.
- Evaluation: A cloud for customer development. It can be used to integrate VoIP features into your services and evaluate them in a short time during the proof of concept (PoC) phase.
- Real: A cloud for real services.
You may have multiple development environments. To integrate with your development environment, you must generate an API key for each development environment and integrate your service with the appropriate LINE Planet development environment.
For example, assuming that your development environment is Development/RC/Real, the following integration may be appropriate.
Customer development environment | LINE Planet development environment |
---|---|
Development | Evaluation |
RC | Real |
Real | Real |
In the above case, you must generate a total of three API keys and configure them for each environment.
You must also use the address of the LINE Planet development environment with which you want to integrate for the internal access server address. For example, you must set the server address of LINE Planet's Evaluation for Development, and the server address of LINE Planet's Real for RC and Real.
In addition, please note the following:
- When you generate an API key, you need to prepare a service ID and server callback URLs for each development environment and generate the API key. For more information with examples, see Development environment.
- After you generate the API key, you need to create an access token on your application server to integrate with LINE Planet. For more information, see Access token.