Greenstand / Greenstand/treetracker-android
Implement Payment network API
Open
Feature
Ice Box
- Dominant language
- Kotlin
- Stars
- 101
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Connect our app to a new payment API to load data in the following format:
The endpoint will be -insert endpoint when deployed-
```
{
“planterData”: [
{
“planterId”: 123,
“uploadedTrees”: 4000,
“validatedTrees”: 2000,
“totalPayments”: 102.75,
“pendingPayments”: 35.50
},
{
“planterId”: 456,
“uploadedTrees”: 1000,
“validatedTrees”: 200,
“totalPayments”: 12.75,
“pendingPayments”: 5.50
}
]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.