Skip to content

[READ ONLY] - Barrel HTTP client for Erlang applications

License

Notifications You must be signed in to change notification settings

barrel-db/barrel_httpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barrel_httpc

Barrel HTTP client for Erlang applications

Build

$ rebar3 compile

Post an issue

Issues should be posted on barrel-platform dashboard with the tag Erlang HTTP client

Split to standalone repo

The official repo to update this library is the barrel-platform mono-repository. A standalone repository is also available for erlang and elixir applications which want to access a barrel node without getting the whole platform dependency.

This section describes the procedure to split the libraty for the original repository and push it to the standalone. It has been inspired by this presentation.

Setup

First install splitsh following the information provided on its home page.

Then create a remote for barrel_httpc in your barrel-platform repo:

$ cd barrel-platform
$ git remote add barrel_httpc [email protected]:barrel-db/barrel_httpc.git

Split and push

Each time you want to update the barrel_httpc standalone repo, perform the following commands:

$ cd barrel-platform
$ splitsh-lite --prefix apps/barrel_httpc
$ git subtree push --prefix apps/barrel_httpc barrel_httpc master

barrel maintainer: don't forget to tag the new released package.

About

[READ ONLY] - Barrel HTTP client for Erlang applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages