Advanced Search
Search Results
45 total results found
Sciforge API: Managing Application Keys
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
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 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
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
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...