Register of apprenticeship training providers | |
Web | https://roatp.apprenticeships.sfa.bis.gov.uk/ |
Source | https://github.com/SkillsFundingAgency/roatp-register |
Roatp Api Client | |
Swagger |
The web application provides a web interface to download Register of apprenticeship training providers in csv format.
A public API from the Educational Skills Funding Agency to provide a list of
- Roatp Providers
- Elasticsearch 2.3.5
- Google Analytics
- Razor Generator Extension for Visual Studio 2015
using(var client = new RoatpApiClient())
{
var standard = client.Get(12345678);
}
For<IRoatpClient>().Use<RoatpApiClient>();