Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Write Once, Use Many - A Handy Package to Call Internal HTTP APIs
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Bitly System Architecture
- 3 Standard lib HTTP calls
- 4 Solution - Encapsulate it all into a reusable package
- 5 Under the covers - bitlyservice does all the work
- 6 bitlyservice. NewRequest() - What does it do?
- 7 First piece: Service Discovery
- 8 Application Startup
- 9 Service Validation - MustAddNamedAPI()
- 10 Unit testing with hooks
- 11 The HTTP call and all things surrounding it
- 12 Climbing back out...