API

This page describes the API methods that can be used with the "oogstvoorspellingen" use-case api.

Hello World

POST https://localhost:5000/harvest/:routeParam

This endpoint allows you to check if the endpoint is working

Path Parameters

Name
Type
Description

routeParam

string

A routeparameter that will be returned to you

Request Body

Name
Type
Description

Request Body

object

A json request body that will be returned in the reply

{
  "message": "Hello World!",
  "request_body": {
    "cool": "stuff",
    "with": "grass"
  },
  "routeParam": "hi"
}

Last updated