Greenthum project document
greenthumb
Home
Link
Multiple Menus
Multiple Menus
Link1
Link2
Home
Link
Multiple Menus
Multiple Menus
Link1
Link2
Schemas
Copy Page
Dev notes
soil-pest-resource-controller
Update a soil pest resource
Delete a soil pest resource
Create a new soil pest resource
Get soil pest resource by ID
Get all soil pest resources
volunteer-controller
Update a volunteer
Delete a volunteer
Schedule activity for volunteer
Create a new volunteer
Get a volunteer by ID
Get activities for volunteer
Get all volunteers
volunteer-activity-controller
Update a volunteer activity
Delete a volunteer activity
Create a new volunteer activity
Get a volunteer activity by ID
Get all volunteer activities
resource-exchange-controller
Update a resource exchange
Delete a resource exchange
Increment resource quantity in an exchange
Decrement resource quantity in an exchange
Create a new resource exchange
Get resource exchange by ID
Get all resource exchanges
plot-controller
Update a plot
Delete a plot
Create a new plot
Get plot by ID
Get all plots
local-partner-controller
Update a knowledge resource
Delete a knowledge resource
Create a new knowledge resource
Get knowledge resource by ID
Get all knowledge resources
knowledge-resource-controller
Update a knowledge resource
Delete a knowledge resource
Create a new knowledge resource
Get knowledge resource by ID
Get all knowledge resources
crop-plan-controller
Update a crop plan
Delete a crop plan
Schedule a crop plan
Create a new crop plan
Get all crop plans
Get crop plan by ID
community-garden-controller
Update a community garden
Delete a community garden
Add user to a community garden
Create a new community garden
Get all community gardens
Get community garden by ID
Get community garden with users
user-controller
Get a user by ID
Update a user
Delete a user
Get all users
Create a new user
role-controller
Get a role by ID
Update a role
Delete a role
Get all roles
Create a new role
Add a role to a user
weather-controller
Save weather data
Get current weather by latitude and longitude
Get current weather by city name
Get weather data for a community garden
auth-controller
Register a new user
Authenticate a user
Schemas
Schemas
ErrorResponse
SoilPestResourceDTO
VolunteerActivityDTos
VolunteerDTO
VolunteerActivityDTO
ResourceExchangeDTO
PlotDTO
LocalPartnerDTO
KnowledgeResourceDTO
CropPlanDTO
CommunityGardenDTO
CommunityGardenDTos
RoleDTO
UserDTO
CommunityGarden
Plot
RoleEntity
UserEntity
UserUpdateDTO
Volunteer
VolunteerActivity
WeatherResource
UserCreateDTO
JwtResponse
Clouds
Coord
Main
Sys
WeatherResourceDTO
Wind
Home
Link
Multiple Menus
Multiple Menus
Link1
Link2
Home
Link
Multiple Menus
Multiple Menus
Link1
Link2
Schemas
Copy Page
RoleDTO
{
"id"
:
0
,
"name"
:
"string"
}