Project 16: Vendor APIs
Schedule | Flex Meld |
Time allowed | 3 hours |
Update Realm
Update to the latest minor version of Realm.
At the time I write this, it's 0.92.3
.
Cheat: How to do this
Edit the package.json
and replace the version of Realm with 0.91.5
(or any other latest version).
package.json
"dependencies": { "@redocly/realm": "0.92.3" }
Vendor APIs
We want to document vendor APIs that we're integrated with...
And it turns out we're using both the GitHub GraphQL API and the GitHub REST API.
Add a new section for vendor APIs and add the GitHub GraphQL API and GitHub REST API to your project.
Debrief
Debrief on your experience.
- What made you smile?
- What did you find confusing?