You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+53-11
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,22 @@
2
2
3
3
Go toolkit for the GitHub API.
4
4
5
-
## Hypermedia-driven client
5
+
## Status
6
6
7
-
### Show a user
7
+
Very experimental. APIs are subject to change.
8
+
9
+
## Motivation
10
+
11
+
`go-octokit` is designed to be a hypermedia API client that [wraps](http://wynnnetherland.com/journal/what-makes-a-good-api-wrapper) the [GitHub API](http://developer.github.com/).
12
+
13
+
## Hypermedia agent
14
+
15
+
`go-octokit` is hypermedia-driven by default.
16
+
Under the hood, it uses [`go-sawyer`](https://github.com/lostisland/go-sawyer), the Go version of [Ruby Sawyer](https://github.com/lostisland/sawyer).
17
+
18
+
### Hypermedia in go-octokit
19
+
20
+
Resources in `go-octokit` contain not only data but hypermedia links:
Many hypermedia links have variable placeholders. `go-octokit` supports [URI Templates](http://tools.ietf.org/html/rfc6570) for parameterized URI expansion:
0 commit comments