# Sources & References

## Chapter 1

1. [History of APIs](https://history.apievangelist.com)
2. [JSConf EU - 2009](https://www.jsconf.eu/2009/about.html)
3. [Computing Conversations with Brendan Eich](https://www.youtube.com/watch?v=IPxQ9kEaF8c)
4. [Microsoft REST API Guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md)
5. [Google API Design Guide](http://apistylebook.com/design/guidelines/google-api-design-guide)
6. [GitHub REST API Docs](https://docs.github.com)
7. [Slack API Docs](https://api.slack.com/methods/chat.getPermalink)
8. [Twitter API Docs](https://developer.twitter.com/en/docs/twitter-api/enterprise/historical-powertrack-api/api-reference/historical-powertrack)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.restfulnode.com/appendix/references.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
