Commit Graph

  • 13e59705d4 fix version overide waggertron 2020-09-30 08:27:05 -0700
  • 773501d92c
    Merge pull request #1 from whip-networks/ch33079/fix-the-season-watch-unwatch-endpoint Talal MAZROUI 2020-09-14 18:45:43 +0200
  • eca2ce548c
    Merge pull request #2 from whip-networks/fix-package-path Simon 2020-08-31 14:37:27 -0700
  • 7078001fc1 Fix the package path Simon Lindgren 2020-08-31 14:34:35 -0700
  • d42e97e574 [ch33079] Handled trailing parameters Talal 2020-08-11 10:47:17 +0200
  • ccb3bfa385 [ch33079] Fixed the route parser Talal 2020-07-30 12:18:12 +0200
  • 3c33e95efd Refactored path preparation for http event adding master Mitchell 2019-06-12 00:38:03 -0700
  • 6cbf672635
    Update LICENSE mitchell 2019-04-21 17:37:39 -0700
  • f65f17158c First iteration of v1 lambdarouter, full API change v1.0.0 v1 mitchell 2019-04-07 15:22:26 -0700
  • 83bb9a2aa1 Updated README.md mitchell 2019-02-06 19:39:58 -0800
  • 5632b6b2db Added ConvertHandler function and tests middleware-types mitchelljfs 2018-10-19 00:29:00 -0700
  • 9626cf65d4 Added middleware types and support; refactored names and route execution mitchelljfs 2018-10-16 22:08:23 -0700
  • ecdb0bed84 Added to error logging details mitchelljfs 2018-10-13 14:08:14 -0700
  • ada0c0871a Changed internal params attribute to map[string]interface{}; fixed issue with having the same value for two path parameters v0.0.6-alpha mitchelljfs 2018-09-24 16:59:18 -0700
  • ade833df39 Added headers to error response mitchelljfs 2018-08-30 13:07:44 -0700
  • 4399e41cd2 Added context to NewAPIGRouter mitchelljfs 2018-08-03 11:07:37 -0700
  • 639d28c78e Added context to apig router config and apig context mitchelljfs 2018-08-03 00:01:13 -0700
  • da00efd4a3 Revert "Change README badges [ci skip]" v0.0.5-alpha mitchelljfs 2018-07-25 18:53:26 -0700
  • c8fbc0ee34 Change README badges [ci skip] mitchelljfs 2018-07-25 16:19:35 -0700
  • 695a7bea2e Changed code coverage provider to code climate; added badges mitchelljfs 2018-07-25 15:28:26 -0700
  • 3f71da28d8 Minor changes to travis build script mitchelljfs 2018-07-18 19:56:04 -0700
  • 5a9f5e2bf3 Changed the NewAPIGRouter input to a struct; Added response Headers to config struct mitchelljfs 2018-07-18 19:52:14 -0700
  • fa2a855e97 Changed test cases to use pattern known to cause issue; updated path param replacement algorithm to fix said issue v0.0.4-alpha mitchelljfs 2018-07-18 16:15:07 -0700
  • 820e7f7793 Added log.Printf to error if, format: 404 error: not found mitchelljfs 2018-07-18 14:04:18 -0700
  • e4134e6fd9 Modified APIGHanlder function to only take one parameter that servces as both request and response: APIGContext mitchelljfs 2018-07-17 14:01:18 -0700
  • a84a71babb Added body to default APIGRequest fields v0.0.3-alpha mitchelljfs 2018-07-16 17:32:50 -0700
  • 0a73e3f069 Changed handlers to veriadic parameter inputs, allowing for multiple middleware functions v0.0.2-alpha mitchelljfs 2018-07-16 16:44:38 -0700
  • 2005f453c6 Expanded pattern matching cases mitchelljfs 2018-07-15 11:41:02 -0700
  • a3bb6623fd Removed logs mitchelljfs 2018-07-14 23:04:26 -0700
  • 4c036ab579 Changes to the README [ci skip] v0.0.1-alpha mitchelljfs 2018-07-14 15:28:11 -0700
  • 339ab1521f Updated travis to use coveralls mitchelljfs 2018-07-14 15:17:18 -0700
  • 2f41a12290 Changed travis script to only test top level files mitchelljfs 2018-07-14 15:03:35 -0700
  • 8e1e7defdc Fix to travis script, installing dep correctly mitchelljfs 2018-07-14 15:00:58 -0700
  • 922f6a7b41 Added 100% coverage to whats written so far; travis build script; debugged potential issues with testing mitchelljfs 2018-07-14 14:58:30 -0700
  • 9d99bce47e Merge branch 'master' of https://github.com/mitchelljfs/lambdarouter mitchelljfs 2018-07-14 11:32:30 -0700
  • e535337d1d Unexported method consts; fixed claims type mitchelljfs 2018-07-14 11:32:18 -0700
  • a652b82e83
    Create LICENSE file mitchelljfs 2018-07-13 14:24:03 -0700
  • 0b30efee89 Initial commit of lambdarouter package including first iteration created; no docs; no tests as of yet mitchelljfs 2018-07-13 14:12:31 -0700