Skip to content

jprembis/azure-app-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure app demo

Description

A JSON over HTTP server hosted at https://kloda.azurewebsites.net that exposes endpoints for writing to and reading from an in-memory, append-only log.

Usage

Append a record with a Base64-encoded value:

curl -X POST https://kloda.azurewebsites.net -d '{"record":{"value":"SGVsbG8gQXp1cmUK"}}'

Get a record by key:

curl -X GET https://kloda.azurewebsites.net -d '{"key":0}'

Sources

Adapted from [1] and [2].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages