Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

LCAbyg_WebAPI_DocumentationAndExamples

Repo for collecting the documentation and examples for the Danish software LCAbyg's WebAPI

Quick Start guide

  1. Register on https://api.lcabyg.dk/da/

  2. Upon successful registration, you should use the same account username and password in the Login API (you can find it in the postman collection above) request (just replace values in the body). That access token can be then used for authentication for every other API call in the collection.

  3. Example files (python & JSON) can be found here and on the official website.

  4. In order to create a new Job, you should first encode a proper JSON (must be compatible with LCAbyg standard!) with base64 encoding (usind this converter for example) and the encoded result should be pasted as a value of "input_blob".

  5. Fastest way to start a Job is to open the Job (POST) request, copy paste one of the encoded input_blobs from this folder and Send request. (these test input_blobs are from the example JSON files provided by LCAbyg)

API Documentation

The API documentation v1.0 can be found here

About

Repo for collecting the documentation and examples for the Danish software LCAbyg's WebAPI

Resources

Stars

6 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors