Skip to main content

Robocorp HTTP library

Project description

robocorp-http

This HTTP library is meant as a simple utility library for downloading files over HTTP, and (later) making robust HTTP requests (GET/POST/etc.)

Getting started

Currently the library exposes one method:

from robocorp.http import download
from robocorp.tasks import task

def fetch_workbook():
	path = download("https://example.com/orders.xlsx")
	print(f"Downloaded file to: {path}")

API Reference

Information on specific functions or classes: robocorp.http

Changelog

A list of releases and corresponding changes can be found in the changelog.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robocorp_http-0.4.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

robocorp_http-0.4.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page