Popularity
3.1
Declining
Activity
0.0
Stable
2
4
0
Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Web
hsakamai alternatives and similar packages
Based on the "Web" category.
Alternatively, view hsakamai alternatives based on common mentions on social networks and blogs.
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-base
base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of hsakamai or a related project?
README
hsakamai
Akamai API for Haskell.
Install
$ stack install
Usage for Netstorage
Put netstorage.yml
in a local directory.
The format is below.
$ cat > netstorage.yml
hostname: hostname-of-netstorage
key: secret-key
keyname: keyname
cpcode: cpcode
ssl: false
Next use netstorage
command.
$ netstorage --help
Usage: netstorage COMMAND
Available options:
-h,--help Show this help text
Available commands:
download download
upload upload
dir dir
stat stat
delete delete
config config
Usage for Fast-Purge
Put edgegrid.yml
in a local directory.
The format is below.
$ cat > edgegrid.yml
clientsecret: xx
hostname: xx
accesstoken: xx
clienttoken: xx
Next use purge
command.
$ purge --help
Usage: purge COMMAND
Available options:
-h,--help Show this help text
Available commands:
invalidate-url invalidate-url
invalidate-cpcode invalidate-cpcode
invalidate-tag invalidate-tag
delete-url delete-url
delete-cpcode delete-cpcode
delete-tag delete-tag
config config
$ purge invalidate-url Production https://foo.com