All Projects → financialforcedev → ffhttp-core

financialforcedev / ffhttp-core

Licence: BSD-3-Clause license
Apex framework to provide functionality for HTTP callouts

Programming Languages

Apex
172 projects
TeX
3793 projects

Apex HTTP Callout Framework

Deploy to Salesforce

Introduction

An Apex framework has been created to provide functionality for HTTP callouts. This Core library has been extended by five libraries Google Cloud Print, Google Drive, Google Mirror, Google Sheets and Dropbox.

The Google Cloud Print library extends the Core library to provide access to Google Cloud Print API calls found at https://developers.google.com/cloud-print/.

The Google Drive library extends the Core library to provide access to Google Drive API calls found at https://developers.google.com/drive/v2/reference/.

The Google Mirror library extends the Core library to provide access to Google Mirror API calls found at https://developers.google.com/glass/v1/reference/.

The Google Sheets library extends the Core library to provide access to Google Sheets API calls found at https://developers.google.com/google-apps/spreadsheets/.

The Dropbox library extends the Core library to provide access to Dropbox API calls found at https://www.dropbox.com/developers/core/docs.

Sample applications have been created for the Core, Google Cloud Print, Google Drive, Google Mirror, Google Sheets) and Dropbox libraries to demonstrate the use of this library within Salesforce.

Key Features

  • Framework for HTTP callouts.
  • JSON serialization and deserialization base classes.
  • OAuth Client - extends the base AbstractClient to provide the callouts required for OAuth authentication.

Reporting Issues & Enhancements

Please report any issues using the github issues feature. Suggestions / bug reports are welcome as are extensions containing additional functionality.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].