If the open api generation works, a lot of the scaffolding for this should exist in theory.
After this is done, we will be able to do the following:
add a new individual record
remove an existing individual record
Note: add and remove is actually not supported in beacon api calls, those are handled separately by data ingestion.
query the individual record given the request
(if time allows) add some simple unit tests for the 3 scenarios above
If the open api generation works, a lot of the scaffolding for this should exist in theory.
After this is done, we will be able to do the following:
add a new individual record
remove an existing individual record Note: add and remove is actually not supported in beacon api calls, those are handled separately by data ingestion.
query the individual record given the request
(if time allows) add some simple unit tests for the 3 scenarios above