consuming/

directory
v0.0.0-...-b3bf091 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2017 License: Apache-2.0

README

Web - Consuming Web APIs

Learn more about consuming web APIs.

Notes

  • The standard library has much of what you need to build services and apps.
  • The http package provides the building blocks.
  • There are other great packages in the Go ecosystem to help.

https://golang.org/pkg/net/http/
https://golang.org/doc/articles/wiki/
github.com/dvsekhvalnov/jose2go

Code Review

Default HTTP support: Test
POST calls: Test
PUT calls: Test
Client timeouts: Test
Custom transporter: Test
Signing requests with JSON Web Tokens: Code | Test
Canceling with Context: Test

Exercises

Exercise 1

Call the GitHub API to get a list of contributors for the ardanlabs/gotraining repository.

Exercise Template
Exercise Answer


All material is licensed under the Apache License Version 2.0, January 2004.

Directories

Path Synopsis
Sample program to how to use JWT for authentication.
Sample program to how to use JWT for authentication.
exercises
exercise1
Call the GitHub API to get a list of repository contributors.
Call the GitHub API to get a list of repository contributors.
template1
Call the GitHub API to get a list of repository contributors.
Call the GitHub API to get a list of repository contributors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL