openapi: 3.0.1
info:
  title: Ettaouly Digital API
  description: Public API to access blog posts and services for Ettaouly Digital
  version: 'v1'
servers:
  - url: https://ettaoulyabdelali.com
paths:
  /feed.json:
    get:
      operationId: getLatestArticles
      summary: Retrieves the latest blog articles and news
      responses:
        "200":
          description: OK
          content:
            application/json:
              schema:
                type: object
