Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

45 total results found

Sciforge API: Managing Application Keys

sciForge.net - Developer's Manual

An Application Key (or AppKey) is used to authenticate API requests. This document shows how you can generate AppKeys in Elab to access the Sciforge API. Video: App Key Management RequirementsFirst the ELab Appkey functionality will need to be present in the...

Sciforge API: Access with Application Keys

sciForge.net - Developer's Manual

The prior module covered the generation of an Application Key (or AppKey). Now, it is time to learn to access the API endpoints.The your AppKey and the associated ELab username, a JWT token is first generated, that can then be used to access the rest of the AP...

SciForge API: Code Architecture

sciForge.net - Developer's Manual

SciForge code is organized to enable a SOLID and DRY approach to programming the API. The flexibility to build your own plugins goes hand in hand with the flexibility of Elab, and the expectation that every instance is used differently. Existing code can be ex...

Sciforge API: Development Pipelines

sciForge.net - Developer's Manual

The SciForge API has two code bases that it can pull from for any given client. This module provides an overview of the software pipeline and automated aspects of code implementation.The first is our commercial-off-the-shelf (COTS) repository “elab_api”. This...

SciForge API: Bring it all together

sciForge.net - Developer's Manual

The point of the training program is to facilitate the setup of the development environment, and to then develop changes. There is an assumption that developers are familiar with the publicly available technologies that the product is based on, such as GraphQL...