-
Notifications
You must be signed in to change notification settings - Fork 3
Flp 1183 learning api endpoint update #2253
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
base: master
Are you sure you want to change the base?
Conversation
…ceship -> learning
using System; | ||
using SFA.DAS.SharedOuterApi.Interfaces; | ||
|
||
namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This namespace could be updated since it now contains Learning specific requests?
using System; | ||
using SFA.DAS.SharedOuterApi.Interfaces; | ||
|
||
namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
@@ -2,7 +2,7 @@ | |||
|
|||
namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships; | |||
|
|||
public class GetApprenticeshipsRequest : IGetApiRequest | |||
public class GetLearningsRequest : IGetApiRequest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
@@ -5,11 +5,11 @@ namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships; | |||
|
|||
public class GetPaymentStatusRequest : IGetApiRequest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
@@ -2,7 +2,7 @@ | |||
|
|||
namespace SFA.DAS.SharedOuterApi.InnerApi.Responses.Apprenticeships |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for responses, won't comment individually on the rest
|
|
|
|
|
No description provided.