Skip to content

A low-level Xircuits component library for sending raw HTTP requests using the requests library.

Notifications You must be signed in to change notification settings

XpressAI/xai-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component LibrariesProject Templates
DocsInstallTutorialsDeveloper GuidesContributeBlogDiscord

Xircuits Component Library for HTTP Requests! Easily send GET requests and process responses.


Xircuits Component Library for HTTP Requests

This library enables Xircuits to perform HTTP GET requests seamlessly within workflows. It allows fetching data from web APIs and processing the responses efficiently.

Table of Contents

Prerequisites

Before you begin, you will need the following:

  1. Python 3.9+.
  2. Xircuits.

Main Xircuits Components

GetRequestComponent:

Performs a GET request to a specified URL and returns the response as a string.

Image

Installation

To use this component library, ensure that you have an existing Xircuits setup. You can then install the HTTP Request library using the component library interface, or through the CLI using:

xircuits install http-requests

You can also install it manually by cloning the repository:

# base Xircuits directory

git clone https://github.com/XpressAI/xai-http-requests xai_components/xai_http_requests
pip install -r xai_components/xai_http_requests/requirements.txt

About

A low-level Xircuits component library for sending raw HTTP requests using the requests library.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages