EdgeAPIClient 4.1.0.4
We have migrated our API Client Library to a NetStandard 2.0 Library. All maintenance will continue in the new CareerBuilder.Edge.API package.
dotnet add package EdgeAPIClient --version 4.1.0.4
NuGet\Install-Package EdgeAPIClient -Version 4.1.0.4
<PackageReference Include="EdgeAPIClient" Version="4.1.0.4" />
paket add EdgeAPIClient --version 4.1.0.4
#r "nuget: EdgeAPIClient, 4.1.0.4"
// Install EdgeAPIClient as a Cake Addin #addin nuget:?package=EdgeAPIClient&version=4.1.0.4 // Install EdgeAPIClient as a Cake Tool #tool nuget:?package=EdgeAPIClient&version=4.1.0.4
Recruitment Edge Public API Client
How to Install
You may install the Recruitment Edge .NET API Client library using NuGet: https://www.nuget.org/packages/EdgeAPIClient
PM> Install-Package EdgeAPIClient
Call a Customer endpoint
Customer endpoints are API endpoints intended for your application to call the API on behalf of an end user. In order to do a Customer endpoint call you need customer-centric credentials (authorized by an end user thru OAuth authentication). You will need to contact your CareerBuilder technical representative to get documentation for the process of obtaining customer authorized credentials.
var bearerToken = “Customer authorized Access Token”;
ICredentials credentials = new OAuthTokenCredentials(bearerToken);
IEdgeClient edgeClient = new EdgeClient(credentials);
var searchResults = edgeClient.Search.Search("some keywords");
Call a Service endpoint
Service (or Corporate) endpoints are application endpoints intended for the application itself, and not for an application to call the API on behalf of an end user. In order to do a Service endpoint call, you need Service (or Corporate) credentials which include a ClientID and a Secret Signature. You will need to contact your CareerBuilder technical representative to get your credentials.
var clientID = "myClientID";
var secret = "secretSignature";
var edgeClient = new EdgeClient(new OAuthServiceCredentials(clientID, secret));
var searchResults = edgeClient.Search.Search("some keywords");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EdgeAPIModels (>= 4.1.0.4)
- JWT (>= 7.2.1)
- RestSharp (>= 104.3.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
4.1.0.4 | 2,061 | 9/18/2020 | |
4.1.0.3 | 1,830 | 6/18/2020 | |
4.1.0.2 | 762 | 6/18/2020 | |
4.1.0.1 | 799 | 3/6/2020 | |
4.1.0 | 793 | 2/28/2020 | |
4.0.0.8 | 785 | 1/9/2020 | |
4.0.0.7 | 781 | 10/28/2019 | |
4.0.0.6 | 1,194 | 1/21/2019 | |
4.0.0.5 | 1,066 | 1/21/2019 | |
4.0.0.4 | 1,075 | 1/18/2019 | |
4.0.0.3 | 1,102 | 1/18/2019 | |
4.0.0.2 | 1,219 | 4/11/2018 | |
4.0.0.1 | 1,230 | 4/11/2018 | |
3.2.0.5 | 1,263 | 11/30/2017 | |
3.1.3 | 1,358 | 3/30/2018 | |
3.1.1.5 | 1,215 | 9/21/2017 |