Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type aware REST client #1

Open
goce-cz opened this issue Jun 12, 2018 · 0 comments
Open

Type aware REST client #1

goce-cz opened this issue Jun 12, 2018 · 0 comments

Comments

@goce-cz
Copy link
Owner

goce-cz commented Jun 12, 2018

We need a type-aware REST client that reflects actual endpoints on the server. Posibilities:

  1. generate meta-model and use it though generic in TS
  2. write a TS service plugin that suggests and validates on the fly

Requirements:

  1. abstract in terms of backend/frontend: must be usable XHR from frontend and directly from backend
  2. must reflect endpoints fully regarding path, params and HTTP methods
  3. preferably should be using full string paths with parameter placeholders allow some kind of "find usages"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant