-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BO21 - Create a DAL function to add a Sponsor #186
Comments
I'll try resolving this issue. I recon that the "Also" part may require a multipart form data to be able to also upload the image.
|
Thanks for asking @giacomoRanieri . @camillobucciarelli I think we should discuss Giacomo's doubts asap and provide a proper answer |
@giacomoRanieri again, thanks for your questions. |
I'll wait for #182 to be completed to work on this :) |
Add a DAL function in the Sponsorship API.
The function accept contain the informations about the sponsor:
The response will be an error if something goes wrong. Otherwise, the function will provide the inserted sponsor object in the response's body, including the ID of the document in the DB.
Depends on #182
The text was updated successfully, but these errors were encountered: