Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 552 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 552 Bytes

Apparat API

Work in progress

https://apparat-api.herokuapp.com/

Endepunkter

/employees

Returnerer en full liste av info om alle ansatte

GET /employees

/employees/:name

Returnerer info om en ansatt

GET /employees/:name

/employeenames

Returnerer en liste av ansattenavn. Navnene i denne listen kan brukes som parameter i kall til /employees/:name.

GET /employeenames

/public/profilepictures/:picture-file-name

Returnerer profilbilde for en ansatt