Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 873 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 873 Bytes

springboot-v3-ch4-oauth

image

image

image

YouTube Api V3 Documentation

Docs Google

{
	"kind": "youtube#searchListResponse",
	"etag": etag,
	"nextPageToken": string,
	"prevPageToken": string,
	"regionCode": string,
	"pageInfo": {
		"totalResults": integer,
		"resultsPerPage": integer
	},
	"items": [
		search Resource
	]
}

Features

  • Java 17`s Records

Dependencies

  • OAuth 2 Client
  • Spring Web
  • Spring Reactive Web
  • Mustache