go-gitee

module
v0.0.0-...-f81810b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2024 License: Apache-2.0

README

go-gitee

go-gitee is a Go client library for accessing the Gitee API v5.

gitee 的 golang 版本的 API 实现 模仿go-github实现的

API 文档

TODO

大部分 xxxOptions 传给 addOpttins 用的, 参数都是 指针. 结构体里面 都是 普通类型,拼接url使用的。

大部分 xxxRequest 传给 NewRequest 用的, 参数也是 指针. 结构体里面 都是 指针类型, json 的。 有时候传给 NewRequest 也叫什么什么 Options

DONE

后续希望统一一下命名,统一一下指针还是普通类型.统一命名,传给 addOpttins 用的 都叫 xxxOptions, 传给 NewRequest 用的 都叫 xxxRequest.,这个基本上改造完成

结构体里面字段的命名, 统一一下:url这种缩写 都改成全大写的 URL, htmlurl 这种也改成全大写的 HTMLURL,这个基本上改造完成

License

Copyright magesfc bright.ma

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Directories

Path Synopsis
Package gitee golang 版本的 gitee API 实现 模仿 go-github 实现的
Package gitee golang 版本的 gitee API 实现 模仿 go-github 实现的

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL