From 9ce540ec8a0ca941491e4f71b03a59534a1318ba Mon Sep 17 00:00:00 2001 From: Judith Date: Wed, 27 Oct 2021 09:29:48 +0000 Subject: [PATCH] update README.md. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e9107a..e233822 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ## Introduction -go-gitee is the go sdk of gitee api. +go-gitee is the Go SDK of the Gitee API. ## Overview -This API client was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [swagger-spec](https://github.com/swagger-api/swagger-spec) from a remote server, you can easily generate an API client. +This API client was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [swagger-spec](https://github.com/swagger-api/swagger-spec) from a remote server, you can easily generate an API client. - API version: 5.3.2 - Package version: 1.0.0 @@ -13,9 +13,9 @@ This API client was generated by the [swagger-codegen](https://github.com/swagge ## Documentation for API Endpoints -All URIs are relative to *https://gitee.com/api/v5/doc_json* +All URIs are relative to *https://gitee.com/api/v5/doc_json*. -Class | Method | HTTP request | Description +Class | Method | HTTP Request | Description ------------ | ------------- | ------------- | ------------- *ActivityApi* | [**DeleteV5UserStarredOwnerRepo**](docs/ActivityApi.md#deletev5userstarredownerrepo) | **Delete** /v5/user/starred/{owner}/{repo} | 取消 star 一个仓库 *ActivityApi* | [**DeleteV5UserSubscriptionsOwnerRepo**](docs/ActivityApi.md#deletev5usersubscriptionsownerrepo) | **Delete** /v5/user/subscriptions/{owner}/{repo} | 取消 watch 一个仓库 @@ -254,7 +254,7 @@ Class | Method | HTTP request | Description *WebhooksApi* | [**PostV5ReposOwnerRepoHooksIdTests**](docs/WebhooksApi.md#postv5reposownerrepohooksidtests) | **Post** /v5/repos/{owner}/{repo}/hooks/{id}/tests | 测试WebHook是否发送成功 -## Documentation For Models +## Documentation for Models - [BasicInfo](docs/BasicInfo.md) - [Blob](docs/Blob.md) -- Gitee