Skip to content

Instantly share code, notes, and snippets.

@developerfromjokela
developerfromjokela / main.py
Last active September 21, 2020 11:24
Skripti luo kokeita jotta saa abitin sanavaraston talteen
import requests
import requests.utils
import os.path
"""Filename"""
filename = "sanavarasto.txt"
abittiUsername = ""
abittiPassword = ""
@developerfromjokela
developerfromjokela / doc.txt
Last active December 7, 2024 10:49
JAMIX Menu REST API
API for finding "Kitchens":
https://fi.jamix.cloud/apps/menuservice/rest/haku/public
API for reading the table:
http://fi.jamix.cloud/apps/menuservice/rest/haku/menu/<customerID>/<kitchenID>?lang=fi
GET Params:
lang, language (fi, or en). Default = en.
type, json or table. Default = json.