Syndeia Cloud also comes with an example Java project (Eclipse and IntelliJ) that named CloudApiDemo that demonstrates how to use the REST API. This example project is available for download in the following ways.
- Available with the Syndeia Cloud download. Check with your admin.
- Available with the tutorials in all three Syndeia clients - MagicDraw plugin, Rhapsody plugin, and Syndeia Standalone.
Follow the instructions below to get started.
CloudApiDemo
This project is a Java example, that shows how to call various endpoints exposed by the Syndeia Cloud API.
...
// A method in the CloudService class
public Either<ErrorResponseEither<ErrorResponse, SeqResponse<Domain>>SeqResponse<Domain>> getAllDomainObjects() {
return coreCloudService.getAll(cloudServiceUrlHelper.getXyzApiEndpointUrl(), typeOfSeqResponseOfDomain);
}
Who do I talk to?
- Please get in touch with the Intercax team for more detailsgo to www.intercax.com/help and submit your question.