API Document management tool-database table structure thinking.

Source: Internet
Author: User

API Document management tool-database table structure thinking.

PS: Management tools just to facilitate their own record API basic information, convenient for different developers (App Developer, Restful API Developer) coordination between the work, but also because I am not good at Word document writing, program and design is simple, Daniel, don't squirt!

  • API basic Information table
    CREATE TABLE api_infor2 (  3apiid uniqueidentifier PRIMARY KEY4, Apicategoryint 5, Apisupport nvarchar ( -) 6, Apiname nvarchar ( $) 7, Apimemo nvarchar ( +) 8, Apiversion nvarchar (5) 9, ApistatusintTen, Apiverbsint One, apisecurityint A, ApiKey nvarchar ( -) -, ApiToken nvarchar ( -) -, Apirequest nvarchar (4000) the, Apiresponse nvarchar (4000) -, Apitags nvarchar ( -) -, Apiresource nvarchar ( -) -, Apiinuserint +, Apiindate datetime -, Apiedituserint +, Apieditdate datetime A)


    • API Classification Information table
1 CREATE TABLE api_category 2  3      int  PRIMARY KEY4     int5     , CategoryName nvarchar (6)     , categoryimage nvarchar (   7 )
    • API Access Table
1 CREATE TABLE api_called_infor 2  3      int4     int56      )
  • API Management User table
    1 CREATE TABLE Api_user2 ( 3UseridintPRIMARY KEY4, LoginName NVARCHAR ( -) 5, UserName NVARCHAR ( -)6, Password NVARCHAR ( -)7 , Status INT8)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.