Crates.io | pangea-client |
lib.rs | pangea-client |
version | 0.3.1 |
source | src |
created_at | 2024-11-28 22:00:29.001676 |
updated_at | 2024-12-10 15:17:52.829173 |
description | Client SDK for Pangea The Open Index Protocol |
homepage | https://pangea.foundation |
repository | https://github.com/PangeaFoundation/pangea-client |
max_upload_size | |
id | 1465016 |
size | 218,060 |
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.
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
Checkout the github repository separately for example code.