From a3d19551d09960b425c86be4c1f43bae8a7222cc Mon Sep 17 00:00:00 2001 From: TommyLike Date: Fri, 20 Mar 2020 13:11:41 +0800 Subject: [PATCH] Add readme document --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index daf913b..25e241a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ _testmain.go *.exe *.test *.prof +.idea diff --git a/README.md b/README.md index bdeed7e..5eb5231 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Class | Method | HTTP request | Description - [IssueCommentPostParam](docs/IssueCommentPostParam.md) - [IssueUpdateParam](docs/IssueUpdateParam.md) - [Label](docs/Label.md) + - [LabelPostParam](docs/LabelPostParam.md) - [Milestone](docs/Milestone.md) - [Namespace](docs/Namespace.md) - [NamespaceMini](docs/NamespaceMini.md) -- GitLab