jcassee / angular-hypermedia

Hypermedia REST API client for AngularJS applications
MIT License
38 stars 5 forks source link

Generate info message if non-existent resource is requested #4

Closed mvcatsifma closed 9 years ago

mvcatsifma commented 9 years ago

In the moment, if the client of the library requests a non-existent resource, the library ignores this request silently. Generate a info message instead, so that possible configuration errors are detected early.

context.loadPaths(resource, {doesnotexist: {}})

INFO: path 'doesnotexist' does not exist

mvcatsifma commented 9 years ago

See pull request #7

jcassee commented 9 years ago

Fixed in 0.3.0 (4e4a311b58ff52f1394ab0032311844ddcd7b8f2).