Commit Graph

  • 2a01bb433a Added authentication methods for simple and user based authentication master Zi Xing 2022-01-05 22:22:44 -0500
  • c05ec35556 Improved request parsing Zi Xing 2022-01-05 17:09:48 -0500
  • aff38e601d Added Request ID (UUID v1) & VerboseAdventure logging Zi Xing 2022-01-05 16:31:43 -0500
  • 6a239a5cf5 Completed API architecture & HTTP handler Zi Xing 2022-01-05 13:47:49 -0500
  • 26d359c189 Implemented multiple response standards and types Zi Xing 2022-01-02 23:27:51 -0500
  • 78ce281b0c Added basic router initialization and basic request handling (Prototype) Zi Xing 2022-01-02 14:51:27 -0500
  • eefda29f88 Merge branch 'master' of github.com:intellivoid/KimchiAPI Zi Xing 2022-01-02 09:44:39 -0500
  • 0da9c85b43 WIP, Pushing to work on another machine. Netkas 2022-01-02 09:44:09 -0500
  • 368f057990 Merge branch 'master' of github.com:intellivoid/KimchiAPI Zi Xing 2022-01-02 09:41:04 -0500
  • 809ab800a1 Added basic functions for method parsing Netkas 2021-12-31 18:21:22 -0500
  • c5eb2d4c13 Added BadEnvironmentException to \KimchiAPI\Exceptions Zi Xing 2021-12-15 14:22:02 -0500
  • d8b3909db4 Added compiler flag 'cerror' to Makefile Zi Xing 2021-12-15 14:16:35 -0500
  • 04458677b2 Updated ppm's package.json file Zi Xing 2021-12-15 14:15:53 -0500
  • 14b16c6eca Minor correction Zi Xing 2021-12-15 14:15:37 -0500
  • 8b4248d07c Added method executeMethod() to \KimchiAPI > KimchiAPI Zi Xing 2021-12-15 14:15:02 -0500
  • 78f10145b2 Added InternalServerException to \KimchiAPI\Exceptions Zi Xing 2021-12-15 14:13:12 -0500
  • 49ffd0f52b Added MethodNotFoundException to \KimchiAPI\Exceptions Zi Xing 2021-12-15 14:12:35 -0500
  • 56447575a5 Added methods registerMethod() and reorderMethods() to \KimchiAPI > KimchiAPI Zi Xing 2021-12-15 14:11:40 -0500
  • b48187c6e1 Added MethodAlreadyRegisteredException to \KimchiAPI\Exceptions Zi Xing 2021-12-15 14:08:44 -0500
  • dcb1610b81 Added static method fromException() to \KimchiAPI\Objects > Response Zi Xing 2021-12-15 13:50:31 -0500
  • a187f280f1 Added object Response to \KimchiAPI\Objects Zi Xing 2021-12-15 13:49:22 -0500
  • a8d1d428aa Corrected typo dat to data Zi Xing 2021-12-15 13:46:50 -0500
  • 0e16006373 Added object Request to \KimchiAPI\Objects Zi Xing 2021-12-15 13:46:30 -0500
  • 1dfcf8d4e5 Added RequestMethod enum to \KimchiAPI\Abstracts with all standard HTTP request methods including support detection for RFC 7231 Section 4 and RFC 5789 Section 2. Zi Xing 2021-12-15 13:36:31 -0500
  • 57fdf24155 Added class Converter to \KimchiAPI\Utilities with static methods functionNameSafe() and truncateString() Zi Xing 2021-12-15 13:27:15 -0500
  • e0502c7c28 Added server signature init 'KIMCHI_API_SERVER_VERSION', 'KIMCHI_API_SERVER_ORGANIZATION', 'KIMCHI_API_SERVER_AUTHOR' & 'KIMCHI_API_SERVER', reflecting from Application's assembly Zi Xing 2021-12-15 13:25:18 -0500
  • 9c67c54cea Added MissingComponentsException to \KimchiAPI\Exceptions Zi Xing 2021-12-15 13:23:51 -0500
  • eeabd2a513 Added PPM CI Netkas 2021-11-17 21:41:58 -0500
  • c717f363ba Initial Commit, added PPM boilerplate Netkas 2021-11-17 21:41:03 -0500