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

Task: Minimal EntityClient in Rust #6952

Closed
5 tasks done
charlag opened this issue May 17, 2024 · 0 comments · Fixed by #7016
Closed
5 tasks done

Task: Minimal EntityClient in Rust #6952

charlag opened this issue May 17, 2024 · 0 comments · Fixed by #7016

Comments

@charlag
Copy link
Contributor

charlag commented May 17, 2024

AC

  • It is possible to load any Element Types and List Element Types
  • It is possible to load entities without encryption
  • All required headers and authentication using provided access token are included
  • It is possible to handle error responses from the server
  • Returned entities are dynamically typed dictionaries
  • The unencrypted fields are mapped to logical values (booleans, dates etc.)
  • Encrypted fields are preserved with matching type (null/bytes)

Tasks

  • Serialize and deserialise json to dictionaries. (basic instance mapper)
  • Allow GET requests for LET and ET types (without range requests)
  • Add required headers (model version, access token, client version )access token are included
  • handle error responses
  • map values to to types (booleans, dates etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants