APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct

APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct. 2 operations. Lead operation: APIs.io Engineering Platform Get all codes of conduct. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCodes-Of-Conduct

What You Can Do

GET
Codesofconductgetallcodesofconduct — APIs.io Engineering Platform Get all codes of conduct
/v1/codes-of-conduct
GET
Codesofconductgetconductcode — APIs.io Engineering Platform Get a code of conduct
/v1/codes-of-conduct/{key}

MCP Tools

apis-io-engineering-platform-get-all

APIs.io Engineering Platform Get all codes of conduct

read-only idempotent
apis-io-engineering-platform-get-code

APIs.io Engineering Platform Get a code of conduct

read-only idempotent

Capability Spec

github-codes-of-conduct.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct. 2 operations. Lead operation: APIs.io
    Engineering Platform Get all codes of conduct. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Codes-Of-Conduct
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: github-codes-of-conduct
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct business capability. Self-contained, no
      shared references.
    resources:
    - name: codes_of_conduct
      path: /codes_of_conduct
      operations:
      - name: codesofconductgetallcodesofconduct
        method: GET
        description: APIs.io Engineering Platform Get all codes of conduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: codes_of_conduct-key
      path: /codes_of_conduct/{key}
      operations:
      - name: codesofconductgetconductcode
        method: GET
        description: APIs.io Engineering Platform Get a code of conduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: github-codes-of-conduct-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/codes-of-conduct
      name: codes-of-conduct
      description: REST surface for codes_of_conduct.
      operations:
      - method: GET
        name: codesofconductgetallcodesofconduct
        description: APIs.io Engineering Platform Get all codes of conduct
        call: github-codes-of-conduct.codesofconductgetallcodesofconduct
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/codes-of-conduct/{key}
      name: codes-of-conduct-key
      description: REST surface for codes_of_conduct-key.
      operations:
      - method: GET
        name: codesofconductgetconductcode
        description: APIs.io Engineering Platform Get a code of conduct
        call: github-codes-of-conduct.codesofconductgetconductcode
        with:
          key: rest.key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-codes-of-conduct-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Codes-Of-Conduct. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-all
      description: APIs.io Engineering Platform Get all codes of conduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-codes-of-conduct.codesofconductgetallcodesofconduct
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-code
      description: APIs.io Engineering Platform Get a code of conduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-codes-of-conduct.codesofconductgetconductcode
      with:
        key: tools.key
      outputParameters:
      - type: object
        mapping: $.