API Examples

To view the code examples click the branch drop down above. Where you see the branch:master with the down arrow, click the arrow and you will see a list of all the languauge examples we have to date and view the code in your browser, or you can use the commands below to clone an example you are looking for:

First clone the repo

git clone https://github.com/Clearent-Gateway/API-Examples

git pull

Switch to the branch of your language of choice

Google GO:

git checkout go

git branch

git pull

C #:

git checkout C#

git branch

git pull

java:

git checkout java

git branch

git pull

php:

git checkout php

git branch

git pull

python:

git checkout python

git branch

git pull

VB

git checkout vbnet

git branch

git pull