ms-azure-api: Microsoft Azure API

[ bsd3, library, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.6.0.1 (info)
Change log CHANGELOG.md
Dependencies aeson, base (>=4.7 && <5), bytestring, conduit, containers, exceptions (>=0.10.4), hoauth2 (==2.6.0), http-client, http-client-tls (>=0.3.6.1), http-types, modern-uri, req, scientific, text, time (>=1.8), transformers (>=0.5), unliftio, xeno, xmlbf (<0.7), xmlbf-xeno [details]
License BSD-3-Clause
Copyright 2023 Marco Zocca
Author Marco Zocca
Maintainer oss@unfoldml.com
Category Web
Home page https://github.com/unfoldml/ms-graph-api
Source repo head: git clone https://github.com/unfoldml/ms-graph-api
Uploaded by ocramz at 2023-08-11T17:46:00Z
Distributions
Downloads 259 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-08-11 [all 1 reports]

Readme for ms-azure-api-0.6.0.1

[back to package description]

ms-azure-api

Haskell client bindings to the Microsoft Azure API.

Hackage

main

Introduction

This library provides the client interface to the MS Azure API (under the MSAzureAPI namespace).

Authentication can be implemented with the ms-auth library.

Status

This library is still in development, so expect missing functionality. If there's anything you would like to see added, feel free to open an issue. In general, since the MS Azure API is quite large, features will be added to this library on a need basis.

Evolution of the library

Some breaking changes might also be introduced as the library matures.

We adhere to the Package Versioning Policy: major breaking changes or API refactors are signaled by increasing the first major version number (i.e. 0.0.0.0 -> 1.0.0.0 ) whereas less significant ones are indicated by increasing the second one (0.0.0.0 -> 0.1.0.0).

Significant changes in the SDK will be documented in the respective CHANGELOG.

(c) 2023-, Marco Zocca, UnfoldML AB