Tag

API Integration

1 views collected around this technical thread.

DevOps
DevOps
Mar 6, 2025 · Artificial Intelligence

Building Multi-Model Chat Agents with Dify: Integrating DeepSeek‑R1 and Gemini

This article explains how to create a high‑performance multi‑model chat agent on the Dify platform by combining DeepSeek‑R1 for reasoning and Gemini for answer generation, covering the underlying principles, configuration steps, API integration, performance benchmarks, and practical deployment guidance.

API IntegrationChatbotDeepSeek
0 likes · 12 min read
Building Multi-Model Chat Agents with Dify: Integrating DeepSeek‑R1 and Gemini
Architecture Digest
Architecture Digest
Feb 18, 2025 · Artificial Intelligence

Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide

This article explains how to obtain a DeepSeek API key, configure Spring AI with the appropriate base URL and model, and provides Java code examples for both synchronous and streaming chat interactions using the DeepSeek large‑language model.

API IntegrationChatbotDeepSeek
0 likes · 5 min read
Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide
Top Architecture Tech Stack
Top Architecture Tech Stack
Feb 18, 2025 · Backend Development

Step-by-Step Guide: Integrating DeepSeek API with a WeChat Public Account on a Cloud Server

This tutorial walks beginners through obtaining a DeepSeek API key, configuring a WeChat public account, setting up an Alibaba Cloud ECS instance, installing required dependencies, editing configuration files, and running the chatgpt‑on‑wechat project to enable AI‑powered replies via the WeChat platform.

API IntegrationCloud serverDeepSeek
0 likes · 13 min read
Step-by-Step Guide: Integrating DeepSeek API with a WeChat Public Account on a Cloud Server
php中文网 Courses
php中文网 Courses
Dec 5, 2024 · Artificial Intelligence

Integrating Artificial Intelligence with PHP for Modern Web Development

This article explores how artificial intelligence is reshaping modern web development and details how PHP can integrate AI through libraries, APIs, and data processing, highlighting use cases such as recommendation engines, chatbots, and content generation, while also discussing benefits and challenges of such integration.

API IntegrationArtificial IntelligencePHP
0 likes · 7 min read
Integrating Artificial Intelligence with PHP for Modern Web Development
php中文网 Courses
php中文网 Courses
Nov 21, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑Commerce Application

To enhance user trust and satisfaction in an e‑commerce platform, this guide outlines the step‑by‑step process for adding a logistics tracking feature in PHP, covering data collection, API integration, data parsing, storage, front‑end display, and regular updates.

API IntegrationBackend DevelopmentLogistics Tracking
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E‑Commerce Application
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 30, 2024 · Backend Development

Building a City Weather Forecast Service with NestJS, Axios, and QWeather API

This tutorial demonstrates how to create a NestJS backend that converts Chinese city names to pinyin, retrieves the corresponding city ID from the QWeather API, and returns a 7‑day weather forecast using a unified Axios HTTP client configuration.

API IntegrationAxiosNestJS
0 likes · 6 min read
Building a City Weather Forecast Service with NestJS, Axios, and QWeather API
php中文网 Courses
php中文网 Courses
Jul 23, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑commerce Platform

To enable reliable logistics tracking in a PHP‑based online store, developers should collect shipment data, integrate a courier API (e.g., Kuaidi100), parse XML/JSON responses, store results in a database, display them on the order page, and regularly update the information via scheduled tasks.

API IntegrationBackend DevelopmentLogistics Tracking
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E‑commerce Platform
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 11, 2024 · Backend Development

10 Ways to Call Third-Party APIs in Spring Boot 3.3 – Full Code Guide

This article reviews ten practical methods for invoking third-party HTTP services in Spring Boot 3.3, covering plain JDK URL, HttpClient, Apache HttpClient, OkHttp, RestTemplate, WebClient, RestClient, Http Interface, OpenFeign, and Gateway proxy, each with code samples and key advantages.

API IntegrationHTTP ClientJava
0 likes · 13 min read
10 Ways to Call Third-Party APIs in Spring Boot 3.3 – Full Code Guide
Top Architect
Top Architect
May 7, 2024 · Backend Development

Three Ways to Call External APIs in Spring Boot: HttpClient, RestTemplate, and Feign

This article demonstrates three practical approaches for invoking external services in a Spring Boot application—using a raw HttpClient, the RestTemplate utility, and the Feign declarative client—complete with code examples, configuration steps, and tips for handling headers and tokens.

API IntegrationHttpClientJava
0 likes · 11 min read
Three Ways to Call External APIs in Spring Boot: HttpClient, RestTemplate, and Feign
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 18, 2024 · Artificial Intelligence

Step-by-Step Guide to Creating Custom Coze Plugins for AI Bots

This article provides a comprehensive tutorial on building, configuring, testing, publishing, and listing custom Coze plugins for AI bots, covering both creation from existing services and direct development in Coze IDE with code examples and practical tips.

AI BotAPI IntegrationCoze
0 likes · 22 min read
Step-by-Step Guide to Creating Custom Coze Plugins for AI Bots
Test Development Learning Exchange
Test Development Learning Exchange
Apr 2, 2024 · Backend Development

Building a Python-Based ChatGPT Chat Interface

This article provides a comprehensive guide on creating a Python-based ChatGPT chat interface using Flask, covering web application setup, HTML interface creation, backend logic implementation, and frontend JavaScript enhancement.

API IntegrationBackend DevelopmentChatGPT
0 likes · 5 min read
Building a Python-Based ChatGPT Chat Interface
php中文网 Courses
php中文网 Courses
Feb 6, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑Commerce Application

To enhance user trust and satisfaction in an e‑commerce platform, this guide outlines a step‑by‑step PHP implementation of logistics tracking, covering collection of shipment data, integration with tracking APIs, parsing responses, storing results, displaying updates to customers, and maintaining real‑time information.

API IntegrationBackend DevelopmentLogistics Tracking
0 likes · 5 min read
Implementing Logistics Tracking in a PHP E‑Commerce Application
Selected Java Interview Questions
Selected Java Interview Questions
Nov 23, 2023 · Backend Development

Common Issues and Solutions When Integrating Third‑Party APIs

This article outlines typical problems such as unreachable domains, signature errors, token expiration, timeouts, HTTP 500/404 responses, pagination inconsistencies, undocumented field changes, and billing issues, and provides practical troubleshooting and mitigation strategies for backend developers working with third‑party APIs.

API IntegrationSignatureToken Management
0 likes · 15 min read
Common Issues and Solutions When Integrating Third‑Party APIs
Ximalaya Technology Team
Ximalaya Technology Team
Nov 13, 2023 · Artificial Intelligence

Step-by-Step Guide to Creating Custom GPTs with Knowledge and Action Plugins

This step‑by‑step tutorial shows how to build a custom nutrition‑analysis GPT—named “Nutri Buddy”—by logging into ChatGPT, creating a GPT, uploading knowledge files, configuring an Action plugin that calls the Boohee food API for calorie, protein and carbohydrate data, and then publishing the assistant with private, link‑only, or public visibility.

API IntegrationCustom AIGPT
0 likes · 8 min read
Step-by-Step Guide to Creating Custom GPTs with Knowledge and Action Plugins
php中文网 Courses
php中文网 Courses
Sep 19, 2023 · Artificial Intelligence

Integrating Midjourney AI Painting API with PHP: A Step-by-Step Guide

This tutorial explains how to use PHP to connect to Midjourney's AI painting API, covering preparation, request construction, cURL transmission, response handling, and a complete example that enables developers to generate and manage AI‑created artwork.

AI PaintingAPI IntegrationArtificial Intelligence
0 likes · 6 min read
Integrating Midjourney AI Painting API with PHP: A Step-by-Step Guide
php中文网 Courses
php中文网 Courses
Sep 1, 2023 · Artificial Intelligence

Integrating Baidu Text-to-Speech API with PHP

This tutorial demonstrates how to obtain Baidu TTS credentials, construct the required signature, send an HTTP request using PHP's cURL library, and save the returned audio data as an MP3 file, providing a complete code example for developers.

API IntegrationBaidu TTSPHP
0 likes · 5 min read
Integrating Baidu Text-to-Speech API with PHP
Architect's Guide
Architect's Guide
Aug 6, 2023 · Backend Development

Three Ways to Call External APIs in Spring Boot: HttpClient, RestTemplate, and Feign

This article demonstrates three methods for invoking external services in Spring Boot applications—using raw HttpClient, the RestTemplate utility, and Feign clients—providing code examples, configuration steps, and usage details for each approach in production.

API IntegrationHttpClientRestTemplate
0 likes · 11 min read
Three Ways to Call External APIs in Spring Boot: HttpClient, RestTemplate, and Feign
JD Retail Technology
JD Retail Technology
Jul 21, 2023 · Mobile Development

Using GPT to Accelerate Development: Code Generation, Scripting, and Business Integration with Flutter and APIs

This article demonstrates how GPT can be leveraged in real‑world development to generate Flutter UI code, write automation scripts, and integrate AI‑driven search and recommendation features into e‑commerce platforms, offering practical tips, example code, and best‑practice guidelines.

API IntegrationFlutterGPT
0 likes · 9 min read
Using GPT to Accelerate Development: Code Generation, Scripting, and Business Integration with Flutter and APIs
Architecture Digest
Architecture Digest
Jul 10, 2023 · Backend Development

Calling External APIs in Spring Boot: HttpClient, RestTemplate, and Feign

This article explains how to invoke external services from a Spring Boot application using three approaches—raw HttpClient requests, Spring's RestTemplate utilities, and Feign clients—providing code examples, configuration steps, and tips for handling headers and tokens.

API IntegrationHttpClientJava
0 likes · 9 min read
Calling External APIs in Spring Boot: HttpClient, RestTemplate, and Feign