gitextract_jtccfgkk/ ├── .gitignore ├── API Blueprint Specification.md ├── Advanced Tutorial.md ├── Glossary of Terms.md ├── LICENSE ├── README.md ├── Tutorial.md └── examples/ ├── 01. Simplest API.md ├── 02. Resource and Actions.md ├── 03. Named Resource and Actions.md ├── 04. Grouping Resources.md ├── 05. Responses.md ├── 06. Requests.md ├── 07. Parameters.md ├── 08. Attributes.md ├── 09. Advanced Attributes.md ├── 10. Data Structures.md ├── 11. Resource Model.md ├── 12. Advanced Action.md ├── 13. Named Endpoints.md ├── 14. JSON Schema.md ├── 15. Advanced JSON Schema.md ├── Gist Fox API + Auth.md ├── Gist Fox API.md ├── Polls API.md ├── Polls Hypermedia API.md ├── README.md └── Real World API.md