Skip to content

SkillsFundingAgency/das-findapprenticeship-api

Repository files navigation

das-findapprenticeship-api

UK Government logo

Build Status

Quality Gate Status

The das-findapprenticeship-api is the inner api for retrieving and filtering apprenticeship vacancies relying on the ElasticIndex created from das-findapprenticeship.

How It Works

Requirements

• DotNet Core 3.1 and any supported IDE for DEV running. • Azure Storage Account • ElasticIndex created from das-findapprenticeship

Configuration

• In your Azure Storage Account, create a table called Configuration and Add the following

ParitionKey: LOCAL
RowKey: SFA.DAS.FindApprenticeships.Api_1.0
Data: {"FindApprenticeshipsApi": {"ElasticSearchUsername": "username", "ElasticSearchPassword": "password", "ElasticSearchServerUrl": "serverUrl"},
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published