all static method

Returns all sample API definitions.

Implementation

static List<ApiDefinition> all() {
  return [
    jsonPlaceholder(),
    postsCrud(),
    usersCrud(),
    ecommerce(),
    socialMedia(),
    openApiPetStore(),
    openApiYamlExample(),
  ];
}