Reading Notes

All the answers to some of the questions

View project on GitHub

Reading Notes for Day 34 of 401:

Reading

Review API Server Build

Explain the different between a query string parameter and a path parameter. What would our API URL with a path id parameter be given the following information: Domain: http://our-site.com v3 model name: stuff id: things We have cre ated a dynamic API with an “interface”. Describe how that interface works to a non-technical friend.

Review Auth Server Build

Describe how you would use middleware to implement basic and bearer auth. Describe the handshake necessary to implement OAuth. Describe how Role Based Access Control works to a non-technical friend.

Things I want to know more about:

back to Table of Contents