Greenthum project document
Authorization: Bearer ********************
curl --location --request POST '/api/user/save-weather?lat&lon&gardenId'
{
"id": 0,
"latitude": 0,
"longitude": 0,
"cityName": "string",
"country": "string",
"temperature": 0,
"feelsLike": 0,
"tempMin": 0,
"tempMax": 0,
"pressure": 0,
"humidity": 0,
"windSpeed": 0,
"windDegree": 0,
"cloudiness": 0,
"date": "2019-08-24T14:15:22Z",
"sunrise": "2019-08-24T14:15:22Z",
"sunset": "2019-08-24T14:15:22Z",
"communityGarden": {
"id": 0,
"name": "string",
"location": "string",
"sunlight": "string",
"soilType": "string",
"users": [
{
"id": 0,
"username": "string",
"email": "string",
"password": "string",
"roleEntities": [
{
"id": 0,
"name": "string",
"users": [
{}
]
}
],
"communityGardens": [
{}
],
"volunteerActivity": {
"id": 0,
"activityName": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"users": [
{}
],
"volunteers": [
{
"id": 0,
"name": "string",
"contactInfo": "string",
"skills": "string",
"availability": "string",
"activities": [
{}
]
}
]
}
}
],
"plots": [
{
"id": 0,
"plotName": "string",
"sunlight": "string",
"soilType": "string",
"communityGarden": {}
}
]
}
}