Skip to content

mario1980miranda/springboot-v3-ch4-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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