Skip to content

Commit

Permalink
Updated doc and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpedrinaci committed Nov 19, 2014
1 parent f16a7e7 commit 208701e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Currently the node provides support for:
- Invocation of APIs (except those with other non-supported authentication mechanisms).

### Issues
Currently the node presents a couple of known issues from the underlying libraries being used.
Currently the node presents one issue due to an underlying library being used.
- The parsing of Authentication details does not seem to be done correctly by the swagger-library and therefore authentication details specified at a resource level will not be adequately detected. We expect a solution will soon be implemented at the level of the [Swagger javascript client](https://github.com/wordnik/swagger-js) which would resolve the problem altogether.

### Future Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "node-red-contrib-swagger",
"version" : "0.3.0",
"version" : "0.3.1",
"description" : "A Node-RED node able to invoke Web APIs generically based on a Swagger description",
"dependencies" : {
"swagger-client" : ">=2.0.36"
Expand Down

0 comments on commit 208701e

Please sign in to comment.