Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

🚣🍵 Register of apprenticeship training providers

License

Notifications You must be signed in to change notification settings

SkillsFundingAgency/roatp-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>();