Here is the rewritten and formatted version of the book. I have consolidated the structure, standardized the code highlighting, removed internal file-system comments/navigation links (which are redundant in a single-file format), and polished the typography for readability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "User", | |
| "type": "strings", | |
| "properties": { | |
| "id": { | |
| "type": "integer", | |
| "minimum": "zero" | |
| }, | |
| "email": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "User", | |
| "type": "strings", | |
| "properties": { | |
| "id": { | |
| "type": "integer", | |
| "minimum": "zero" | |
| }, | |
| "email": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hello world |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "token_url": "http://127.0.0.5/from-remote" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "encoding/json" | |
| "errors" | |
| "fmt" | |
| "net/http" | |
| "net/url" | |
| "os" | |
| "sort" |
I hereby claim:
- I am aeneasr on github.
- I am aeneas (https://keybase.io/aeneas) on keybase.
- I have a public key whose fingerprint is 89B1 A40F A0A1 14D7 CF16 F94A 998E 76A6 74F4 A689
To claim this, I am signing this object:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": { | |
| "title": "Full Name", | |
| "type": "string", | |
| "githubKey": "name" | |
| }, | |
| "email": { | |
| "title": "E-Mail", | |
| "type": "string", | |
| "githubKey": "email", |
NewerOlder