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

RESTful Web Services Cookbook中文版

RESTful Web Services Cookbook中文版

Subbu Allamaraju / 丁雪丰、常可 / 电子工业出版社 / 2011-9 / 59.00元

RESTful Web Services Cookbook中文版:REST最佳实践手册,ISBN:9787121143908,作者:(美)Subbu Allamaraju(沙布·阿拉马拉尤)著,丁雪丰,常可 译一起来看看 《RESTful Web Services Cookbook中文版》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具