DOC

com.tryfinch.api : finch-java-core

Maven & Gradle

Aug 26, 2023
5 stars

ATS API Reference · The Finch ATS (Applicant Tracking System) API provides a unified way to connect to a multitude of ATS providers. The API requires an access token issued by Finch. To enable access to the ATS API, please reach out to your Finch representative. ATS products are specified by the product parameter, a space-separated list of products that your application requests from an employer authenticating through Finch Connect. Valid product names are— - `candidates`: Read candidate data - `applications`: Read detailed application data for candidates - `jobs`: Read job posting data, as well as existing stages of the job pipeline - `offers`: Read details about offers managed through the ATS

Table Of Contents

Latest Version

Download com.tryfinch.api : finch-java-core Javadoc & API Documentation - Latest Versions:

All Versions

Download com.tryfinch.api : finch-java-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file finch-java-core-0.2.4-javadoc.jar to finch-java-core-0.2.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder finch-java-core-0.2.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "finch-java-core-0.2.4-sources.jar" -d "finch-java-core-0.2.4-javadoc" -subpackages 

Advertisement