Skip to content

rlipscombe/restcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restcli

I put this together as the basis for an interview question; it depends on hackney and jsx and builds an escript. Adding the actual REST client pieces is left as a problem for the candidate.

Build

Build the escript:

$ make

Run

restcli is a shell script that sets up ERL_LIBS and runs the escript.

$ ./restcli

Shell

$ rebar3 shell      # or rebar3 auto
1> {ok, _} = application:ensure_all_started(hackney).
2> ...

About

Simple REST client; work in progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published