Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Tag: API

June 4, 2023 Salesforce

How to call API from flow in Salesforce

June 4, 2023 Salesforce
Post Views: 2,332
| By Sonali Sharma

To call an API from a flow in Salesforce, you can use the Apex action or the HTTP request action. Here is a step-by-step explanation of how to do it: Create a new flow or open an existing flow in

Read More
April 5, 2023 Web Development

Dispatch event from child to parent in LWC

April 5, 2023 Web Development
Post Views: 4,094
| By Webner

In LWC (Lightning Web Components), you can dispatch an event from a child component to its parent by using the standard CustomEvent API. Here’s an example of how you can do it: In the child component, create a custom event:

Read More
March 30, 2023 Software Testing

Best Practices for API Testing

March 30, 2023 Software Testing
Post Views: 1,459
| By Webner

APIs (Application Programming Interfaces) are an integral part of modern software development. They enable developers to create software that interacts with other applications and services, making it possible for applications to communicate with each other. However, testing APIs can be

Read More
April 28, 2021 Salesforce

How to get Attachments from Salesforce using API in C#

April 28, 2021 Salesforce
Post Views: 3,882
| By Webner

Description: The code below shows how we can get Salesforce attachments from various objects and save them to a particular folder on a local disk. This is the complete code to get all attachments saved in all Contact objects in

Read More
November 6, 2020 Web Development

Upload document using Google Drive API in .Net

November 6, 2020 Web Development
Post Views: 4,088
| By Webner

We will create a console application using .net and upload documents to google drive using Google Drive API V3. Step 1: Enable Drive API Go to the Google API Console. Select a project. In the sidebar on the left, click

Read More
October 21, 2020 Cloud

Azure API Management

October 21, 2020 Cloud
Post Views: 3,087
| By Webner

INTRODUCTION Azure API Management is a secure, scalable, and reliable way to manage, consume, and publish the APIs which are running on the Microsoft Azure platform. It provides the tools to fully manage the APIs. It makes sure that the

Read More
July 2, 2020 Web Development

Creating Rest API in Node Js

July 2, 2020 Web Development
Post Views: 4,266
| By Webner

Rest API Rest API is an application program interface, that uses GET, POST, PUT, DELETE data. It is referred to as a REPRESENTATIONAL STATE TRANSFER (RESTful) web service. Creating the API Creating Rest API in Node Js firstly needs to

Read More
December 18, 2019 Web Development

Creating API’s with Node.js GraphQL

December 18, 2019 Web Development
Post Views: 3,027
| By Webner

Introduction In this article, my aim is to present a quick guide on how to create Node.js GraphQL API. With a well-structured API, it is possible to have a solid, maintainable, and scalable API that can serve multiple kinds of

Read More
May 10, 2019 Linux, Windows, Mac / Others (Technical) / Web Development

Etag Header in API Response

May 10, 2019 Linux, Windows, Mac / Others (Technical) / Web Development
Post Views: 5,392
| By Webner

What is ETag header and how it works? ETag stands for entity tag. Etag Header is a response header element which provides a mechanism to cache the unchanged resources. Whenever we make an API call, we can use this header

Read More

Posts pagination

1 2 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection