go-github

码农软件 · 软件分类 · 网站API · 2019-03-09 17:41:25

软件介绍

go-github 是 Google 对 Github 的开放 API 进行 Go 语言封装的一个项目。

示例代码:

import "github.com/google/go-github/github"

client := github.NewClient(nil)
orgs, _, err := client.Organizations.List("willnorris", nil)

opt := &github.RepositoryListByOrgOptions{Sort: "updated"}
repos, _, err := client.Repositories.ListByOrg("github", opt)

本文地址:https://codercto.com/soft/d/984.html

Design Accessible Web Sites

Design Accessible Web Sites

Jeremy Sydik / Pragmatic Bookshelf / 2007-11-05 / USD 34.95

It's not a one-browser web anymore. You need to reach audiences that use cell phones, PDAs, game consoles, or other "alternative" browsers, as well as users with disabilities. Legal requirements for a......一起来看看 《Design Accessible Web Sites》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具