Skip to content

logiclinegmbh/ffhttp-core

 
 

Repository files navigation

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.

About

Apex framework to provide functionality for HTTP callouts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Apex 94.6%
  • TeX 3.2%
  • Shell 2.2%