annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
파일 탐색기
최종 버전 다운로드 (.zip)- init-db.sh
- release
- pre-commit.sh
- pre-start.sh
- build.sh
- install-git-hooks.sh
- start.sh
- .credo.exs
- clustering.exs
- config.exs
- dogma.exs
- http.exs
- monitoring.exs
- plugins.exs
- test.exs
- app-091c05798a.css
- app-480ffdc169.css
- app-574613960f.js
- app-9bd040e5e5.js
- sidebar_items-0083d416e2.js
- icomoon.eot
- icomoon.svg
- icomoon.ttf
- icomoon.woff
- .build
- 404.html
- _config.yml
- Annon.AcceptanceCase.html
- Annon.AutoClustering.html
- Annon.Configuration.API.html
- Annon.Configuration.CacheAdapter.html
- Annon.Configuration.CacheAdapters.Database.html
- Annon.Configuration.CacheAdapters.ETS.html
- Annon.Configuration.Matcher.html
- Annon.Configuration.Plugin.html
- Annon.Configuration.Repo.html
- Annon.Configuration.Schemas.API.html
- Annon.Configuration.Schemas.API.Request.html
- Annon.Configuration.Schemas.Plugin.html
- Annon.ConnCase.html
- Annon.DataCase.html
- Annon.Factories.Configuration.html
- Annon.Factories.Requests.html
- Annon.Helpers.Conn.html
- Annon.Helpers.IP.html
- Annon.Helpers.Response.html
- Annon.html
- Annon.ManagementAPI.ConfigReloaderPlug.html
- Annon.ManagementAPI.Controllers.API.html
- Annon.ManagementAPI.Controllers.APIPlugin.html
- Annon.ManagementAPI.Controllers.Dictionaries.html
- Annon.ManagementAPI.Controllers.Monitoring.html
- Annon.ManagementAPI.Controllers.Request.html
- Annon.ManagementAPI.ControllersRouter.html
- Annon.ManagementAPI.Pagination.html
- Annon.ManagementAPI.Render.html
- Annon.ManagementAPI.Router.html
- Annon.ManagementAPI.ServerSupervisor.html
- Annon.Monitoring.ClusterStatus.html
- Annon.Monitoring.MetricsCollector.html
- Annon.PathHelpers.html
- Annon.Plugin.html
- Annon.Plugin.JsonSchemaValidator.html
- Annon.Plugin.PipelinePlug.html
- Annon.Plugin.Request.html
- Annon.Plugin.UpstreamRequest.html
- Annon.Plugins.ACL.html
- Annon.Plugins.ACL.SettingsValidator.html
- Annon.Plugins.Auth.html
- Annon.Plugins.Auth.SettingsValidator.html
- Annon.Plugins.Auth.Strategies.JWT.html
- Annon.Plugins.Auth.Strategies.OAuth.html
- Annon.Plugins.Auth.Strategy.html
- Annon.Plugins.Auth.ThirdPartyResolver.html
- Annon.Plugins.CORS.html
- Annon.Plugins.CORS.SettingsValidator.html
- Annon.Plugins.Idempotency.html
- Annon.Plugins.IPRestriction.html
- Annon.Plugins.IPRestriction.SettingsValidator.html
- Annon.Plugins.Logger.html
- Annon.Plugins.Monitoring.html
- Annon.Plugins.Proxy.Adapters.HTTP.html
- Annon.Plugins.Proxy.html
- Annon.Plugins.Proxy.SettingsValidator.html
- Annon.Plugins.SSL.html
- Annon.Plugins.UARestriction.html
- Annon.Plugins.UARestriction.SettingsValidator.html
- Annon.Plugins.Validator.html
- Annon.Plugins.Validator.SettingsValidator.html
- Annon.PublicAPI.Consumer.html
- Annon.PublicAPI.Router.html
- Annon.PublicAPI.ServerSupervisor.html
- Annon.ReleaseTasks.html
- Annon.Requests.Analytics.html
- Annon.Requests.Log.html
- Annon.Requests.LogWriter.html
- Annon.Requests.Repo.html
- Annon.Requests.Request.API.html
- Annon.Requests.Request.API.Request.html
- Annon.Requests.Request.html
- Annon.Requests.Request.HTTPRequest.html
- Annon.Requests.Request.HTTPResponse.html
- Annon.Requests.Request.Latencies.html
- Annon.Requests.Sandbox.html
- api-reference.html
- index.html
- readme.html
- search.html
- database.ex
- ets.ex
- api.ex
- plugin.ex
- api.ex
- cache_adapter.ex
- matcher.ex
- plugin.ex
- repo.ex
- conn.ex
- ip.ex
- response.ex
- api.ex
- api_plugin.ex
- dictionaries.ex
- monitoring.ex
- request.ex
- config_reloader_plug.ex
- controllers_router.ex
- pagination.ex
- render.ex
- router.ex
- server_supervisor.ex
- cluster_status.ex
- latencies.ex
- metrics_collector.ex
- json_schema_validator.ex
- pipeline_plug.ex
- request.ex
- upstream_request.ex
- settings_validator.ex
- jwt.ex
- oauth.ex
- settings_validator.ex
- strategy.ex
- third_party_resolver.ex
- settings_validator.ex
- settings_validator.ex
- http.ex
- settings_validator.ex
- settings_validator.ex
- settings_validator.ex
- acl.ex
- auth.ex
- cors.ex
- idempotency.ex
- ip_restriction.ex
- logger.ex
- monitoring.ex
- proxy.ex
- ssl.ex
- ua_restriction.ex
- validator.ex
- consumer.ex
- router.ex
- server_supervisor.ex
- analytics.ex
- log.ex
- log_writer.ex
- repo.ex
- request.ex
- sandbox.ex
- application.ex
- autoclustering.ex
- plugin.ex
- release_tasks.ex
- 20161007140320_add_apis_table.exs
- 20161007140423_plugin.exs
- 20161012104815_add_consumers_table.exs
- 20161013140652_add_consumer_plugins.exs
- 20161018094547_plugins_add_enabled.exs
- 20161019120853_consumer_plugins_add_is_enabled.exs
- 20161031153642_alter_uid2string.exs
- 20161104121123_add_index_on_apis.exs
- 20161105141517_consumers_external_id_index.exs
- 20161114171440_rename_api_request_methods.exs
- 20161127090151_cleanup_consumers.exs
- 20170502095235_alter_apis_id_type.exs
- 20170503084909_alter_tables_timestamps.exs
- 20170505203407_added_apis_descriptions.exs
- 20170525172159_added_apis_match_priorities.exs
- 20170719135828_drop_plugins_id.exs
- 20161026114711_add_logs_table.exs
- 20161130154105_remove_field_from_logs.exs
- 20170503084909_alter_tables_timestamps.exs
- 20170503085354_rename_logs_table.exs
- dhparam.pem
- localhost.cert
- localhost.key
- localhost_ca.cert
- migrate.sh
- vm.args.eex
- config.exs
- acl_test.exs
- cors_test.exs
- idempotency_test.exs
- logger_test.exs
- proxy_test.exs
- validator_test.exs
- acl_test.exs
- failed_upstream_test.exs
- file_uploading_test.exs
- private_routher_test.exs
- proxy_test.exs
- auto_clustering_test.exs
- configuration.ex
- jwt.ex
- requests.ex
- acceptance_case.ex
- cache_test_adapter.ex
- cluster.ex
- conn_case.ex
- data_case.ex
- mock_server.ex
- path_helpers.ex
- database_test.exs
- ets_test.exs
- api_test.exs
- matcher_test.exs
- plugin_test.exs
- repo_test.exs
- api_plugin_test.exs
- api_test.exs
- dictionaries_test.exs
- request_test.exs
- config_reloader_plug_test.exs
- router_test.exs
- pipeline_plug_test.exs
- upstream_request_test.exs
- jwt_test.exs
- oauth_test.exs
- third_party_resolver_test.exs
- settings_test.exs
- acl_test.exs
- auth_test.exs
- ip_restriction_test.exs
- monitoring_test.exs
- ua_restriction_test.exs
- validator_test.exs
- analytics_test.exs
- log_test.exs
- log_writer_test.exs
- repo_test.exs
- annon_test.exs
- routers_test.exs
- sanity-test.sh
- test_helper.exs
- .dockerignore
- .ebert.yml
- .env
- .formatter.exs
- .gitignore
- .gitmodules
- .travis.yml
- apiary.apib
- CONTRIBUTING.md
- coveralls.json
- Dockerfile
- LICENSE.md
- mix.exs
- mix.lock
- PULL_REQUEST_TEMPLATE.md
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
