Week 3
(June, 16, 2023)
Attendees
Discussions
- For update & create, shortanme should not be there in parameter of URL.
- Add error for invalid URL.
- SPDX id will aso be a required field in create.
- update will be done using query parameter.
Update
Created two basic end points and different struct for error to create structured error message.
- 
Get all licenses: to get all the details of the licenses present in the database. gets the data of all the data components present in the database. 
- 
Get licenses by shortname: to get the data of the license with the shortname passed as a parameter. error when no such license found. 
Conclusion and future plan
- Work on the other end points and add documentation.