pangea-client

Crates.iopangea-client
lib.rspangea-client
version0.3.1
sourcesrc
created_at2024-11-28 22:00:29.001676
updated_at2024-12-10 15:17:52.829173
descriptionClient SDK for Pangea The Open Index Protocol
homepagehttps://pangea.foundation
repositoryhttps://github.com/PangeaFoundation/pangea-client
max_upload_size
id1465016
size218,060
James Corbett (jamescorbett)

documentation

https://docs.pangea.foundation/introduction.html

README

Pangea Client

pangea-client is a set of libraries for different languages to interface with Pangea API.

When using rust the data is delivered in Arrow or JSON, developers are required to provide their own types.


Getting started

Access to the API via pangea-client requires credentials, please apply for access first.

Once credentials are issued, they will need to be set in the environment variables.

The easiest way to use these credentials is to create a .env file file in the same folder as this README.md file, and populate it like so:

PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx

Examples

Checkout the github repository separately for example code.

Commit count: 12

cargo fmt