Skip to content

odense-rpa/xflow-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XFlow Client

Python-klient til XFlow — wrapper om XFlow's REST API.

Denne klient er ikke officielt støttet eller godkendt af XFlow. Brug på eget ansvar.

Nuværende funktionalitet

  • Dokumenter
  • Processer og processkabeloner
  • Rettighedsgrupper
  • Brugere
  • Værdilister

Installation

uv add git+https://github.com/odense-rpa/xflow-client

Forudsætninger

  • Python ≥ 3.13
  • XFlow-instans med API-token

Brug

from xflow_client import XFlowClient, ProcessClient

client = XFlowClient(instance="din-kommune", token="dit-token")
processer = ProcessClient(client)

Konfiguration

Variabel Beskrivelse
INSTANCE XFlow-instansnavnet (f.eks. odense)
TOKEN XFlow API-token

Licens

MIT

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages