patrikap/apiator

Service designed to help when working with REST JSON API

1.1.3 2020-10-10 20:19 UTC

This package is auto-updated.

Last update: 2024-05-11 04:23:31 UTC


README

Service designed to help when working with REST JSON API:

  • converts API responses to a single format
  • logs requests and responses (without delaying the response to the client)

Because logging called after a response sent to the client, this work is very fast.

Docs links

To be continue...

  • add logging implementation
  • separation into interfaces ("request logger" and "response logger")
  • add request and response logging formatters
  • correct finding version response
  • add some loggers
    • in file
    • in db
    • in LogStash
  • add tests

Changelog

Please see CHANGELOG for more information what has changed recently.

Authors

Acknowledgments

Licence

MIT, please see LICENCE for more information.

Designed by PHP with ♥