Section IV - Creating a RESTful Endpoint

In this section, we will be creating a Test Data Generation RESTful Endpoint. This will require us to modify the following files:

  • Cargo.toml (manifest)

  • src/lib.rs (library)

  • src/tdg_service.rs (module)

  • src/bin/tdg-service.rs (executable)

Last updated