Conektto
  • 👋Introduction to Conektto
  • Overview
    • 💡How Conektto works
    • ✨System Requirements
  • Product Guides
    • đŸĻ„Create new API
      • âšī¸Conektto Design Studio
      • 🆓Free Format API design
      • â˜ī¸Data Provider API Design
      • đŸ›ī¸Composable Studio
        • Types of Design Patterns supported
        • Designing Aggregate API in Composable Studio
    • 🚀Collections
    • đŸ’¯API Standards and Governance
    • đŸ§žâ€â™‚ī¸Create API Test
    • 🍾Execute API Test
  • Fundamentals
    • đŸ› ī¸Getting set up
    • đŸ› ī¸Conektto License Model
Powered by GitBook
On this page
  • API Design Dexterity
  • API Design Governance
  1. Product Guides

API Standards and Governance

API Design Dexterity

Conektto's API design studio has pre-built API standards that enable Product Managers and Developers to focus only on the API schema design while linting is done automatically.

The following are various standards supported by Conektto's design studio:

Pascal Case

Info-title

Parameters

Snake Case

API Description

Attributes / Models

Kebab Case

Version

Operations

Camel Case

Examples

References / Components

Schema Name

Data types

Path

Schema description

Standard Data types

Tags

Array and Array of Objects

Required / Optional

API Design Governance

Conektto's API design studio has pre-built governance that enable consumability, programmability and operability of APIs. At "Publish", Conektto's API linter scans across the design, flags and validates any non conformance.

Security Scheme

GET, PUT, POST, DELETE, PATCH, HEAD

Success Responses 200, 201

Object relations for Data Provider API

Request and Response structure

Error Responses 4xx, 5xx

Path and Query parameters

Header and Form data

No Status codes

PreviousCollectionsNextCreate API Test

Last updated 2 years ago

đŸ’¯