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

Add types spec #2

Closed
wants to merge 8 commits into from
Closed

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    5b488db View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. chore: started the spec draft

    also cleanup some folders
    Justkant committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    08269d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    6819b8e View commit details
    Browse the repository at this point in the history
  2. 📝 add the introduction part

    Add a paragraph introducting the Client API to give context and link to
    the RPC spec that the Client needs to implement
    chabroA committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b534c54 View commit details
    Browse the repository at this point in the history
  3. 📝 add the serialization and deserialization part

    Provide information regarding the need to serialize and deserialize some
    types in the client before and after interaction with the server
    chabroA committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    25ba2fe View commit details
    Browse the repository at this point in the history
  4. 📝 add errors related part

    Provide information about error handling by the Client
    chabroA committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ff45fc4 View commit details
    Browse the repository at this point in the history
  5. Add types spec

    chabroA committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2d4eabd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Add note regarding raw types

    chabroA committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ed4ba34 View commit details
    Browse the repository at this point in the history