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

v3: API design review #1340

Draft
wants to merge 10 commits into
base: blank
Choose a base branch
from
Draft

v3: API design review #1340

wants to merge 10 commits into from

Commits on Jan 5, 2020

  1. meta: destroy repo

    foxbot committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    24bcf3b View commit details
    Browse the repository at this point in the history
  2. meta: add project structure

    foxbot committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    523da0b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. net: design socket

    incomplete, still needs receive handling
    gateway is yet to be designed
    foxbot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    f7c212d View commit details
    Browse the repository at this point in the history
  2. api: design rest and core

    foxbot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    97ba033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c51bb4c View commit details
    Browse the repository at this point in the history
  4. sample: add idn repl (Interactive Discord.Net)

    basic enough to test some stuff with
    
    fixed some bugs with disposables in the process
    foxbot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0df54c6 View commit details
    Browse the repository at this point in the history
  5. util: add logging

    foxbot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    18438e2 View commit details
    Browse the repository at this point in the history
  6. rest: write out channel model + its dependencies

    Optional struct needs work still, + writing the converter for it is
    going to be a headache
    foxbot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5e6f977 View commit details
    Browse the repository at this point in the history
  7. rest: add webhook model (#1435)

    trinitrotoluene authored and foxbot committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    68f89bf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. net: add barebones optional converter

    does not support property omission at this time, will need to be added
    later using a separate converter and base marker class.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA512
    
    "git failing to recognize gpg key, this identity is still valid"
    -----BEGIN PGP SIGNATURE-----
    
    iQIzBAEBCgAdFiEErbDRxgZ77MPT+ajAOrLKmA3cYakFAl4bthEACgkQOrLKmA3c
    YamuWw/7Bn/Ks0mTRN3tg3Z/voETJ/8JQZXJEiW7wwv8c7nSOemxRNB/Tmzo3kzC
    N6T5fH7Gep4o4iA7CfJ5CZtx+OY92OpyBwsJgkNvANVpjXWCeDaww0Ci5dyVwFUk
    fFq21l6p2sbM6PB9sEOCvryeIOrgkqBl915MkAlj+/UtnAQ9qFhomIGNLPPFeYOS
    eaHWjZF6ArbF5NMaOhboDDCIl2nCf+RGEetDoBP2BRaIf+eOyl0lGyQqiY1mNqkD
    DX8nmcaY5/Lnxhf3pwmYZbqKBPQt5R2FxmqWTg5ey0R4//izE4TJ54nlhdSnTZpH
    7ZligmR9rQFdQ5jbSq6cIclo9i988ELHKBgt8mG3SiC4AT0+SBXRpPRBitkA0CPb
    O4W8J0HrbSFmILx9Zvuy72KC/Zzo+SOS8257S35ihosrlyupcR4zladVcIviAPWk
    Ovpy85W4uxPdWc6zkMOZSx9OiYFYkNlK/QdNJBXGg7LLcaLf8p33lj+T8UXa7dyC
    Sw/pW5RL1FYalh7iXF55ylJrKo+oySBejods+ATnmYG4JMywO+GNCE+XLCcDpoBx
    9H2z0qJNb5Dgkc4cRulKwYEoT+LQKUhLFdj4wNEqE8mBw0ZoxUiBBqOD1TiZr2mf
    1AFQVS/AeOc03t25OfmhNz026OAGy01bjeHr09deT20dsssEpQY=
    =n76m
    -----END PGP SIGNATURE-----
    foxbot committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    07f74b7 View commit details
    Browse the repository at this point in the history