BoxLang 🚀 A New JVM Dynamic Language Learn More...
This module will connect your ColdBox applications to the Freshbooks API (https://www.freshbooks.com/developers)
Apache License, Version 2.0.
Just drop into your modules folder or use CommandBox to install
box install cbfreshbooks
Create a cbfreshbooks
struct inside of your config/Coldbox.cfc
under the moduleSettings
configuration structure. Below are the following settings for this module:
// Module Settings
moduleSettings = {
// Freshbooks Module Settings
cbfreshbooks = {
authentication_credentials = {
clientID = "",
clientSecret = ""
},
redirectURI = ""
}
};
The module will register the sdk for you as:
SDK@cbfreshbooks
You must allow your FreshBooks account to be used by the module, to do so, please run the "activate" action event of the Activation handler and click the activate button
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com
####HONOR GOES TO GOD ABOVE ALL Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.
"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; And patience, experience; and experience, hope: And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5
###THE DAILY BREAD
"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
$
box install cbModule