/roatp-register

:rowboat::tea: Register of apprenticeship training providers

Primary LanguageCSSMIT LicenseMIT

Register of Apprenticeship Training Providers

crest 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

Consumers

Architecture

Other components

Dependencies

  • Elasticsearch 2.3.5
  • Google Analytics

Developer Setup

Usage

Basic

using(var client = new RoatpApiClient())
{
   var standard = client.Get(12345678);
}

StructureMap

For<IRoatpClient>().Use<RoatpApiClient>();