Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.49 KB

Vbrick Sample Code

This repository holds various sample code and examples for using the Vbrick Rev API.

Refer to the Vbrick documentation for more information.

Note: Sample code provided here are examples. This sample code is distributed "as is", with no warranty expressed or implied, and no guarantee for accuracy or applicability to your purpose.

Contents

Open API

Postman

javascript

  • rev-client-js - isomorphic (node.js/browser/deno) client library for interacting with Rev API.

node

  • rev-client - DEPRECATED a Typescript wrapper around the Rev API - see full featured rev-client-js library above
  • minimal-sample.js - a minimal no-depenancy example of authenticating with Rev and then making an API request

python

.Net

  • RevAPi - A sample .Net project for using OAuth with Rev