ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

128,424 results

Scott Wiersdorf
Modeling RESTful API Resources

A presentation on the REST architectural style, how to model RESTful HTTP API resources, HATEOAS, and bibliography.

41:52
Modeling RESTful API Resources

5,295 views

7 years ago

The Coding Gopher
WebSockets vs REST API (HTTP): Which One Should You Use?

In this video, we explore the key differences between HTTP and WebSocket protocols. While HTTP operates in a traditional ...

7:48
WebSockets vs REST API (HTTP): Which One Should You Use?

2,918 views

1 year ago

Plone
State of the Plone REST API

The Plone REST API (plone.restapi) is almost ten years old, and has become a key component of Plone 6. David Glick will review ...

28:34
State of the Plone REST API

79 views

3 months ago

Martin Baun
Don't make Restful APIs, do this instead

Welcome to the channel! Today, we're diving into why we don't use RESTful APIs and what we do instead. 1. Uniform Interfaces ...

5:41
Don't make Restful APIs, do this instead

2,930 views

1 year ago

WordPress
Using the WordPress REST API

The WordPress REST API provides a uniform interface for interacting with the data in a WordPress site. In this lesson, you'll learn ...

17:03
Using the WordPress REST API

4,536 views

1 year ago

WordPress
The WordPress REST API

When you're developing for WordPress, there are a number of APIs that you can use to interact with your site data. One of the ...

7:03
The WordPress REST API

8,525 views

1 year ago

Otavio Santana
4 Essential Tips to Enhance Your Java REST API Design

Unlock the secrets to building a robust and scalable Java REST API! In this video, we dive into four key tips every developer ...

9:32
4 Essential Tips to Enhance Your Java REST API Design

455 views

1 year ago

DotNet In Minutes
ASP.NET Core Web API CRUD Tutorial (.NET 8) | Full REST API for Beginners

Learn how to build a complete ASP.NET Core Web API CRUD application using .NET 8 — step by step! In this hands-on tutorial, ...

14:51
ASP.NET Core Web API CRUD Tutorial (.NET 8) | Full REST API for Beginners

274 views

3 months ago

PowerShell.org
Building cmdlets for a REST API with PowerShell classes, Azure-based ...  by Jeremy Murrah

Building cmdlets for a REST API with PowerShell classes, Azure-based integration tests and continuous deployment by Jeremy ...

1:37:54
Building cmdlets for a REST API with PowerShell classes, Azure-based ... by Jeremy Murrah

4,345 views

7 years ago

Andy Balaam
A Basic REST API

Andy Balaam takes you through the code of a very simple REST API that we will expand over later videos to add lots of features.

25:17
A Basic REST API

14,607 views

12 years ago

rtCamp
Using REST API- Intro to REST API

Disclaimer: The videos in the tutorial were created over a period of four years. WordPress as a platform keeps updating frequently, ...

9:36
Using REST API- Intro to REST API

516 views

2 years ago

OktaDev
Build a Secure Java REST API with Spring Boot

This screencast shows you how to build a Java REST API with Spring Boot, secure it with OAuth 2.0, and compile it into a native ...

8:49
Build a Secure Java REST API with Spring Boot

10,370 views

3 years ago

Utah Cpp Programmers
Adding a REST API with Pistache

Many times you need to integrate your C++ infrastructure with services written in other languages on other machines from other ...

1:02:38
Adding a REST API with Pistache

8,820 views

3 years ago

Servicenow Technology
Create REST API in ServiceNow

REST : Representational State Transformation Representational - Same data/resource we can represent in different ways State ...

1:36:55
Create REST API in ServiceNow

402 views

1 year ago

Microsoft Visual Studio
People REST API

The People API provides browse, fuzzy search, and dynamic ranking capability of people who are most relevant to the user.

8:50
People REST API

3,856 views

10 years ago

𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
Laravel 12 JWT API Tutorial | Full Course for Beginners

Learn how to build a secure REST API with JWT authentication in Laravel 12 in this step-by-step full course. We'll cover ...

1:02:51
Laravel 12 JWT API Tutorial | Full Course for Beginners

1,764 views

2 months ago

Raddy
Build Simple REST API With NodeJs, ExpressJs And MongoDB

In this video tutorial, we are going to build a very simple CRUD Rest API using NodeJs, ExpressJs & MongoDB (mongoose).

55:32
Build Simple REST API With NodeJs, ExpressJs And MongoDB

7,968 views

4 years ago

Cisco DevNet
Cisco SD WAN REST APIs Basics

In this webinar we will have a look at what REST APIs are and how they can be used to interact programmatically with Cisco ...

46:55
Cisco SD WAN REST APIs Basics

2,776 views

2 years ago

GIS Coordinated
ArcGIS OnLine and the REST API - bring live geo-data into Excel

Video #138 This longer video covers the use of the REST API. In it I: - Give a high level overview of the REST API - Build a REST ...

28:42
ArcGIS OnLine and the REST API - bring live geo-data into Excel

4,722 views

3 years ago

Cisco DevNet
Coding 102   REST API Basics using APIC EM

A classroom session from the DevNet Zone at Cisco Live Berlin 2017 that showcases GET/POST/DELETE with API-specific ...

50:43
Coding 102 REST API Basics using APIC EM

612 views

8 years ago

Matthew Rowe
A simple tutorial - Rest API in C# winforms.  (Resful API)

A short guide on how to access data from a public API for use in your Winforms project. Find more on www.matthewrowe.co.uk ...

36:10
A simple tutorial - Rest API in C# winforms. (Resful API)

10,725 views

2 years ago

𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
Laravel 12 REST API Authentication with Passport

Hi there , I'm Soeng Souy (StarCode Kh) ------------------------------------------- I'm currently creating a sample Laravel and React ...

16:25
Laravel 12 REST API Authentication with Passport

2,984 views

8 months ago

𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
Python API Full Course for Beginners | Build Secure REST APIs

Hi there, I'm Soeng Souy (StarCode Kh) Currently creating sample projects with Laravel, React, Vue, Node, Nuxt, Python, and ...

59:33
Python API Full Course for Beginners | Build Secure REST APIs

274 views

3 weeks ago

Vincent Lab
How to Create a Secure REST API with Node.js and Express

In this video, I'm going to be showing you how to create a secure REST API with Node.js and Express. Subscribe for more ...

8:42
How to Create a Secure REST API with Node.js and Express

57,743 views

4 years ago

Otavio Santana
🔥 The Easiest Way to Build a REST API with Just 2 Classes | Java & Quarkus

Quarkus makes building REST APIs more effortless than ever! This video shows how to create a fully functional CRUD API with ...

5:51
🔥 The Easiest Way to Build a REST API with Just 2 Classes | Java & Quarkus

351 views

10 months ago