ResumeCopilotLib 1.0.0

dotnet add package ResumeCopilotLib --version 1.0.0                
NuGet\Install-Package ResumeCopilotLib -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ResumeCopilotLib" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ResumeCopilotLib --version 1.0.0                
#r "nuget: ResumeCopilotLib, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ResumeCopilotLib as a Cake Addin
#addin nuget:?package=ResumeCopilotLib&version=1.0.0

// Install ResumeCopilotLib as a Cake Tool
#tool nuget:?package=ResumeCopilotLib&version=1.0.0                

ResumeCopilotLib

Overview

ResumeCopilotLib is a C# library designed to interact with the Resume Copilot API, allowing developers to integrate job search functionality into their applications.

API Documentation

For detailed API documentation, visit:
Resume Copilot API

What is Resume Copilot?

Resume Copilot is your one-stop solution for crafting the perfect resume. It is available as a plugin in the ChatGPT Plus version, helping users streamline their resume-building process. With Resume Copilot, you can:

  • Effortlessly upload and edit resumes
  • Make precise improvements and enhancements
  • Choose from a diverse range of professional templates
  • Navigate and implement suggested changes with ease

To learn more, visit:
Resume Copilot Website

ChatGPT Plugin

Resume Copilot is also available as a ChatGPT plugin to enhance your resume-writing experience. You can access it here:
Resume Copilot on ChatGPT

Installation

To install ResumeCopilotLib via NuGet, use the following command:

Install-Package ResumeCopilotLib

Usage

Here�s a basic example of how to use the library to perform a job search:

using ResumeCopilotLib;

var request = new JobSearchRequest
{
    Title = "developer",
    Size = 10
};

var results = await JobSearchHelper.SearchJobsAsync(request);
foreach (var job in results.jobs)
{
    Console.WriteLine($"Job: {job.name} at {job.companyName}");
}

Contributing

We welcome contributions! Feel free to open issues or submit pull requests to improve the library.

License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

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
1.0.0 103 2/26/2025