Skip to content

Commit

Permalink
feat(http-adapter): moves rest-adapter pacakge to http-adapter; refac…
Browse files Browse the repository at this point in the history
…tors to use RESTServer and be connect compatible
  • Loading branch information
rafamel committed Oct 29, 2019
1 parent 39d34b0 commit fd248df
Show file tree
Hide file tree
Showing 20 changed files with 126 additions and 833 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Adapters

* [*@karmic/rest-adapter:*](https://github.com/rafamel/karmic/tree/master/packages/rest-adapter) HTTP REST adapter.
* [*@karmic/http-adapter:*](https://github.com/rafamel/karmic/tree/master/packages/http-adapter) HTTP REST and RPC adapter.
* [*@karmic/ws-adapter:*](https://github.com/rafamel/karmic/tree/master/packages/ws-adapter) WebSockets RPC adapter.

## Clients
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions packages/http-adapter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @karmic/http-adapter

[![Version](https://img.shields.io/npm/v/@karmic/http-adapter.svg)](https://www.npmjs.com/package/@karmic/http-adapter)
[![Build Status](https://img.shields.io/travis/rafamel/karmic/master.svg)](https://travis-ci.org/rafamel/karmic)
[![Coverage](https://img.shields.io/coveralls/rafamel/karmic/master.svg)](https://coveralls.io/github/rafamel/karmic)
[![Dependencies](https://img.shields.io/david/rafamel/karmic.svg?path=packages%2Fhttp-adapter)](https://david-dm.org/rafamel/karmic?path=packages%2Fhttp-adapter)
[![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@karmic/http-adapter.svg)](https://snyk.io/test/npm/@karmic/http-adapter)
[![License](https://img.shields.io/github/license/rafamel/karmic.svg)](https://github.com/rafamel/karmic/blob/master/LICENSE)
[![Types](https://img.shields.io/npm/types/@karmic/http-adapter.svg)](https://www.npmjs.com/package/@karmic/http-adapter)

> *Karmic* HTTP REST and RPC adapter.
## Install

[`npm install @karmic/http-adapter`](https://www.npmjs.com/package/@karmic/http-adapter)
File renamed without changes.

0 comments on commit fd248df

Please sign in to comment.