Skip to content
Georg edited this page Jan 18, 2018 · 4 revisions
  1. What is the Adapter pattern and why should you use it?

  2. Do you reach out to the external API from within your tests? Why?

  3. How can you try out an external API before committing to use it in your app?

  4. There is no gem for the API you chose. How do you make requests and get the desired data?

ANSWERS BELOW

Clone this wiki locally