Skip to content

Unified API Management

Brylie Christopher Oxley edited this page Mar 4, 2015 · 2 revisions

This document describes possible improvements for the API Management User Interface.

Discussion

There is a related issue where this idea can be discussed.

User Story

As an API designer
I would like a unified interface to manage many aspects of my API design
So that I can easily have an overview of the API components

Example project(s)

Restlet Studio has a unified interface for API components, including:

  • General information
  • Endpoints
  • Sections
  • Resources
    • HTTP verbs
    • Methods
    • Parameters
    • Responses
  • Representations
    • Properties
  • API Description file import/export
    • Swagger
    • RAML
  • SDK generation
    • Android
    • iOS
    • Java