Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1010 Bytes

File metadata and controls

32 lines (20 loc) · 1010 Bytes

Wefunder Unofficial API

Unofficial Python integrations for Wefunder.

Integrations

  • wefunder_get_offering_details.py - get_offering_details.
  • wefunder_list_offerings.py - list_offerings.
  • wefunder_fetch_offering_posts.py - fetch_offering_posts.
  • wefunder_get_offering_media.py - get_offering_media.

Usage

Each file exposes a run(input, context) entrypoint. The runtime is expected to provide:

  • input: integration-specific request fields.
  • context["headers"]: authenticated request headers when required.
  • context["base_url"]: the platform base URL when overriding the default.

Install dependencies:

pip install -r requirements.txt

Info

This unofficial API is built by Integuru.

For custom requests or hosted authentication, contact richard@integuru.com or schedule time with us.

See the complete list of APIs by Integuru.