Method | Description | |
---|---|---|
JobAlertsAPI ( ) : System |
Initializes a new instance of the ZipRecruiter.API class. Initialized the internal APIKey using the GlobalAPIKey.
|
|
JobAlertsAPI ( String apiKey ) : System |
Initializes a new instance of the ZipRecruiter.API class.
|
|
Resource ( String endpoint ) : dynamic |
Uses the given resource endpoint to return the propper ApiResource class to invoke calls on.
|
Method | Description | |
---|---|---|
DeserializeResults ( Stream responseData, |
Deserializes the results of the API call into a usable native type.
|
Method | Description | |
---|---|---|
MakeRequest ( |
Augments the given WebRequest object to match the needs of the API and returns a deserialized native type.
|
|
MakeRequest ( |
Augments the given WebRequest object to match the needs of the API and returns a deserialized native type.
|
protected DeserializeResults ( Stream responseData, |
||
responseData | Stream | Raw response data from the server |
serializerType | The target deserialization type. | |
return | dynamic |
public JobAlertsAPI ( String apiKey ) : System | ||
apiKey | String | The desired Private ZipRecruiter API key |
return | System |
public Resource ( String endpoint ) : dynamic | ||
endpoint | String | The desired API Resource endpoint |
return | dynamic |