View Source CozyAliyunOpenAPI.Specs.ROA (cozy_aliyun_open_api v0.3.0)

Describes an ROA style API.

ROA is a resource-oriented architectural style and an extension of the REST style.

APIs in the RPC style include:

  • Application Real-Time Monitoring Service (ARMS)
  • Batch Compute, Container Service for Kubernetes (ACK)
  • Elasticsearch
  • ...

Summary

Types

@type t() :: %CozyAliyunOpenAPI.Specs.ROA{}

Functions

Link to this function

new!(config, spec_config)

View Source
@spec new!(CozyAliyunOpenAPI.Config.t(), map()) :: t()