Skip to content

greggmojica/marketplace-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marketplace-samples

Short Examples of Using the First Data Marketplace API

What is this project?

This project is a simple script to teach you how to use the First Data Marketplace API and uses samples from our API docs. You will need to sign up for a sandbox account, and repalce the username, secret, and url with the credentials supplied to you via email.

How do I get started?

For Node: install all modules with the following command

npm install --save

Then type the following command to run the script

node index.js

For Python: Make sure you have installed any dependencies via pip and then run

python auth.py

About

Short Examples of Using the First Data Marketplace API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.7%
  • Java 19.4%
  • JavaScript 6.8%
  • PHP 4.1%
  • Python 4.0%