| .. |
|
client
|
Remove unused middlewares and fix linter errors
|
2021-01-28 16:50:23 +01:00 |
|
testclient
|
Update api with registering handlers, middleware and authentication
|
2019-07-30 13:08:45 +02:00 |
|
api_bridge.go
|
Wait for modules to be ready before calling http handlers
|
2021-05-17 14:42:02 +02:00 |
|
auth_wrapper.go
|
Implement review suggestions
|
2021-01-06 13:34:25 +01:00 |
|
authentication.go
|
Fix CORS handling
|
2021-11-28 23:48:45 +01:00 |
|
authentication_test.go
|
Fix CORS handling
|
2021-11-28 23:48:45 +01:00 |
|
config.go
|
Improve flags
|
2021-05-05 00:11:10 +02:00 |
|
database.go
|
Delete copy of dsd formats in database.record package
|
2021-11-23 12:56:13 +01:00 |
|
doc.go
|
Implement review suggestions
|
2021-01-06 13:34:25 +01:00 |
|
endpoints.go
|
Fix CORS handling
|
2021-11-28 23:48:45 +01:00 |
|
endpoints_config.go
|
Add config export via flag and API
|
2021-01-19 15:38:10 +01:00 |
|
endpoints_debug.go
|
Implement review suggestions
|
2021-01-19 16:26:44 +01:00 |
|
endpoints_meta.go
|
Fix CORS handling
|
2021-11-28 23:48:45 +01:00 |
|
endpoints_modules.go
|
Fix api endpoint description
|
2021-11-09 10:11:12 +01:00 |
|
endpoints_test.go
|
Implement review suggestions
|
2021-01-06 13:34:25 +01:00 |
|
enriched-response.go
|
Improve api middlewares
|
2020-06-05 13:02:19 +02:00 |
|
main.go
|
Use gorilla/mux for endpoint paths
|
2021-05-12 15:37:24 +02:00 |
|
main_test.go
|
Add endpoint api and authentication layer
|
2020-12-30 23:49:57 +01:00 |
|
modules.go
|
Wait for modules to be ready before calling http handlers
|
2021-05-17 14:42:02 +02:00 |
|
request.go
|
Add API Key auth and improve endpoints
|
2021-01-19 15:37:55 +01:00 |
|
router.go
|
Use request.Host instead of the header's Host
|
2022-01-20 09:02:47 +01:00 |