Skip to content

pandastrike/pbx-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBX-Client

Dynamically generates a JavaScript client based on PBX API description.

client = require "pbx-client"

client.discover "http://api.acme.com"
.then (api) ->
  api.widgets.get()
  .then (response, body) ->
    body.then (widgets) ->
      # do something with widgets...

About

Dynamically generate JavaScript client based on PBX API description

Resources

License

Stars

Watchers

Forks

Packages

No packages published