Skip to content

ArchonSystemsInc/inflow_api_examples

Repository files navigation

inFlow API Code Examples

Before you get started, please take a look at the documentation. It contains all of the info you will need to use the inFlow API.

This repository contains several examples in different languages, below you will find instructions on how to run each of them. The examples contain requests for creating a product, retrieving that product, and updating that product.

The following variables are declared in all of the examples but will need to be updated in the example in order for it to work.

  • API Key
  • Company ID

C#

Requires .NET Core to run

Suggested UUID Library: System.Guid

Typescript (Node)

Requires Node.js to run

Suggested UUID Library: guid-typescript

Typescript (Deno)

Requires Deno to run

Suggested UUID Library: crypto.randomUUID

Python3

Requires Python3 to run

Suggested UUID Library: uuid

Java

Requires JDK to run

Suggested UUID Library: uuid

Rust

Requires Rust to run

Suggested UUID Library: uuid