unity-sds / unity-on-demand

Unity MGSS On-Demand
Apache License 2.0
0 stars 1 forks source link

[New Feature]: Implement the "processing expected soon" API method in the OD API #23

Open galenatjpl opened 1 year ago

galenatjpl commented 1 year ago

Describe the feature request This ticket will implement a method in the OD API. This is the "processing expected soon" API endpoint, and will be called by the reference trigger program (see https://github.com/unity-sds/unity-on-demand/issues/22).
As part of this ticket, determine whether this should be a PUT, POST, GET, etc.. method. This can just be a method stub for now, but in future releases, this need to then call out to an endpoint in the SPS REST API layer.

galenatjpl commented 1 year ago

At this point, this is just a stub now. Hoping that next week there can be an end-to-end example that:

galenatjpl commented 1 year ago

Once the bypass of the SPS API is removed, and it actually calls the SPS API, this ticket can be considered to be done.

galenatjpl commented 1 year ago

Needs a bit more testing.