Skip to content

roXtra/PublicAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PublicAPI

This repo uses httpYac to make REST calls to the roXtra API.
Requests can be made with ease and can be exexcuted from VSCode.

An introduction on how to perform requests and what else is possible, can be found here.

Short Intro

  • httpYac is a VSCode Extension which can be used to directly send requests from the editor.
  • httpBook allows editing http files as a jupyter notebook. Markdown comments can be mixed with REST requests and responses will be saved. Responses can be cleared by deleting their cell.

Examples can be found in the /Examples folder.

All examples are http files but markdown code blocks with the http tag are also recognized.

An authorization request could be done like this, additional information can be found in the introduction:

@protocol = https
@baseurl = localhost
@username = administrator
@password = admin

@host = {{protocol}}://{{baseurl}}/Roxtra/api/roxApi.svc/rests

GET /Authenticate
Accept: application/json
Authorization: Basic {{username}} {{password}}

Authentication Flow

If you want to test the authentication flow with Azure and roXtra, you can follow this example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5