Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.17 KB

known_issues.md

File metadata and controls

33 lines (23 loc) · 1.17 KB

Todos

Todos

Unwrapping requests

Add unwrapping requests from data, for instance each request for tokens provides response with token as root key. So in general it looks like each endpoint may enclose response with endpoint API. This information is useless for the client and binding should automatically unwrap response.

Optional parametric requests

Some request are by definition parametric because of parameters are directly embedded in URI. However requests where parameters are optional are not implemented. As a reference for this issue check following hyperlink.

Increase test coverage with mocked HTTP server

Following API binding has not been tested with tests:

Tokens-Service

Should automatically handle tokens refreshing and caching. Refreshing should be made only if token has expired.

License

Copyright 2015 FUJITSU LIMITED