Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 1,058
- Application software 975
- Java (Computer program language) 452
- Cloud computing 327
- Application program interfaces (Computer software) 301
- Engineering & Applied Sciences 299
- Web site development 286
- Python (Computer program language) 271
- Computer Science 250
- Computer programming 242
- JavaScript (Computer program language) 231
- Web applications 220
- Programming 191
- Computer programs 190
- Microsoft .NET Framework 179
- Computer software 175
- Design 167
- Web sites 162
- Internet programming 153
- Machine learning 145
- Artificial intelligence 140
- Mobile computing 126
- Open source software 123
- Programming languages (Electronic computers) 121
- Computer networks 120
- Android (Electronic resource) 119
- Management 114
- Data mining 109
- Software engineering 107
- Web services 101
-
201por Doglio, Fernando. authorTabla de Contenidos: “…; REST Constraints; Client-Server; Stateless; Cacheable; Uniform Interface; Layered System; Code-on-Demand; Resources, Resources, Resources; Representations; Content Negotiation; Using File Extensions; Resource Identifier; Actions; Complex Actions; Hypermedia in the Response and Main Entry Point; A Few Notes on HAL; Status Codes; REST vs. the Past; Summary; Chapter 2: API Design Best Practices; What Defines a Good API?…”
Publicado 2015
Libro electrónico -
202Publicado 2015“…Learn how to successfully implement API management using Oracle's API Management Solution 12c…”
Libro electrónico -
203Publicado 2015“…This video tutorial also covers Hibernate API, JPA API, advanced mapping and configurations, and criteria API. …”
-
204Publicado 2023Tabla de Contenidos: “…Chapter 1. Introduction to FastAPI -- Chapter 2. Installation of FastAPI -- Chapter 3. …”
Libro electrónico -
205
-
206Publicado 2024“…Unlock the power of AI in your applications with ChatGPT with this practical guide that shows you how to seamlessly integrate OpenAI APIs into your projects, enabling you to navigate complex APIs and ensure seamless functionality with ease. …”
Libro electrónico -
207Publicado 2023“…Furthermore, we dissect OpenAI API Parameters and Streams applications. Continuing our exploration, we navigate through the art of prompt engineering and witness its practical implementation in the creation of a PDF Book Summarizer App. …”
Video -
208
-
209Publicado 2021“…A developer's guide to designing, testing, and securing production-ready modern APIs with the help of practical ideas to improve your applications functionalityKey Features* Build resilient software for your enterprises and customers by understanding the complete API development life cycle* Overcome the challenges of traditional API design by adapting to a new and evolving culture of modern API development* Use Spring and Spring Boot to develop future-proof scalable APIsBook DescriptionThe philosophy of API development has evolved over the years to serve the modern needs of enterprise architecture, and developers need to know how to adapt to these modern API design principles. …”
Libro electrónico -
210por Vijayakumar, Thurupathan. authorTabla de Contenidos: “…Chapter 1: Practical Introduction to APIs -- Chapter 2: API Strategy and Architecture -- Chapter 3: API Development -- Chapter 4: API Gateways -- Chapter 5: API Security -- Chapter 6: Serverless API -- Chapter 7: Practical Design and Development…”
Publicado 2018
Libro electrónico -
211Publicado 2022“…Minimal APIs are architected to create HTTP APIs with minimal dependencies. …”
Video -
212Publicado 2023Tabla de Contenidos: “…Intro -- inside front cover -- Building Web APIs with ASP.NET Core -- Copyright -- contents -- front matter -- preface -- acknowledgments -- about this book -- Who should read this book -- How this book is organized: A road map -- About the code -- liveBook discussion forum -- about the author -- about the cover illustration -- Part 1 Getting started -- 1 Web APIs at a glance -- 1.1 Web APIs -- 1.1.1 Overview -- 1.1.2 Real-world example -- 1.1.3 Types of web APIs -- 1.1.4 Architectures and message protocols -- 1.2 ASP.NET Core -- 1.2.1 Architecture -- 1.2.2 Program.cs -- 1.2.3 Controllers -- 1.2.4 Minimal APIs -- 1.2.5 Task-based asynchronous pattern -- Summary -- 2 Our first web API project -- 2.1 System requirements -- 2.1.1 .NET SDK -- 2.1.2 Integrated development environment -- 2.2 Installing Visual Studio -- 2.3 Creating the web API project -- 2.4 MyBGList project overview -- 2.4.1 Reviewing launchSettings.json -- 2.4.2 Configuring the appsettings.json -- 2.4.3 Playing with the Program.cs file -- 2.4.4 Inspecting the WeatherForecastController -- 2.4.5 Adding the BoardGameController -- 2.5 Exercises -- 2.5.1 launchSettings.json -- 2.5.2 appsettings.json -- 2.5.3 Program.cs -- 2.5.4 BoardGame.cs -- 2.5.5 BoardGameControllers.cs -- Summary -- 3 RESTful principles and guidelines -- 3.1 REST guiding constraints -- 3.1.1 Client-server approach -- 3.1.2 Statelessness -- 3.1.3 Cacheability -- 3.1.4 Layered system -- 3.1.5 Code on demand -- 3.1.6 Uniform interface -- 3.2 API documentation -- 3.2.1 Introducing OpenAPI -- 3.2.2 ASP.NET Core components -- 3.3 API versioning -- 3.3.1 Understanding versioning -- 3.3.2 Should we really use versions? …”
Libro electrónico -
213Publicado 2002“…JavaTM Message Service API Tutorial and Reference provides a clear and complete introduction to the JavaTM Message Service (JMS) API. …”
Libro electrónico -
214Publicado 2007“…The expert's voice in Web development Accelerated DOM scripting with Ajax, APIs, and libraries…”
Libro electrónico -
215por Tong, Kent Ka Iok“…JSF 2, a significant upgrade from JSF 1.2, includes Facelets and integration/use options with a variety of web frameworks, including the popular JBoss® Seam and even the Spring Framework. Beginning JSFTM 2 APIs and JBoss® Seam gets you up to speed with the JSF 2.x API features and how they're implemented using the latest Seam web framework. …”
Publicado 2009
Libro electrónico -
216Publicado 2022“…Learn to build ASP.NET Web APIs with ease with the help of this course. About This Video Get an overview of web APIs in ASP .NET Core and learn about web API request workflow, HTTP status codes, and the different parts of a web API request Understand web API operations such as GET, POST, PUT, and DELETE for collections as well as individual items Build a new RESTful API for a case study through step-by-step instructions In Detail ASP.NET Web API is an ideal platform for building RESTful services and building RESTful applications on .NET Framework. …”
Video -
217por Dincer, AlperTabla de Contenidos: “…Adding Fusion Tables layers to mapsAdding CartoDB layers to maps; Accessing ArcGIS Server with the Google Maps JavaScript API; Accessing GeoServer with the Google Maps JavaScript API; Index…”
Publicado 2013
Libro electrónico -
218por Lakshmiraghavan, BadrinarayananTabla de Contenidos: “…; A Primer on RESTful Web API; Hello, ASP.NET Web API!; WCF vs. ASP.NET Web API; Programming Model Differences; Scenarios in Which ASP.NET Web API Shines; A Primer on Security; Summary; CHAPTER 2 Building RESTful Services…”
Publicado 2013
Libro electrónico -
219por Amundsen, MichaelTabla de Contenidos: “…Table of Contents; Foreword; Preface; Hypermedia API Design; Intended Audience; What Is Not Covered; Contents of This Book; Coding Style for This Book; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgements; Chapter 1. …”
Publicado 2012
Libro electrónico -
220por Libby, Alex. authorTabla de Contenidos: “…Getting Started -- 2. Exploring the APIs in More Detail -- 3. Supporting Mobile Devices -- 4. …”
Publicado 2020
Libro electrónico