Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

VVX7/OperatorAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OperatorAPI

OperatorAPI is an asynchronous REST API client library for Prelude Operator.

Getting started

Linux

  1. Install Nim.
  2. Clone this repo.
    • git clone https://github.com/VVX7/OperatorAPI.git
  3. Install dependencies with Nimble.
    • cd OperatorAPI/ && nimble install

MacOS

  1. Install Nim.
  2. Clone this repo.
    • git clone https://github.com/VVX7/OperatorAPI.git
  3. Install dependencies with Nimble.
    • cd OperatorAPI/ && nimble install

Examples

The examples/ folder contains brief examples of the API endpoints.

If you're new to Nim, read through examples/attack.nim for detailed instructions.

Releases

No releases published

Packages

No packages published

Languages