8000 GitHub - tsloughter/ramler: Erlang generators for RAML
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tsloughter/ramler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAMLER

Erlang client and server generator for RAML, the RESTful API Modeling Language.

Build

$ sudo apt-get install libyaml-dev
$ make

Example

$ erlc -o ./examples examples/github.erl
$ erl -pa ebin -pa examples -env ERL_LIBS deps
1> application:ensure_all_started(hackney).
{ok,[crypto,asn1,public_key,ssl,mimetypes,hackney]}
2> application:ensure_all_started(jsx).
{ok,[jsx]}
3> github:init().
ok
4> github_user:get().
[{<<"message">>,<<"Requires authentication">>},
 {<<"documentation_url">>,
  <<"http://developer.github.com/v3">>}]

About

Erlang generators for RAML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0