Files
fn-serverless/docs
Denis Makogon 60d2ca234f Ship call logs to the user as text/plain instead of JSON (#615)
* Ship call logs to the user as text/plain instead of JSON

* Fixing swagger doc

* c.String instead of c.JSON

* Make Logs API backward compatible

* Loop over accepted MIME types

* Bump swagger API version

* Fix client build script

 previous version was producing the following "couldn't find a swagger spec"

* Logs API regression test

* Write response body without buffering

* Switch JSON and text/plain cases

* Handle Accepted content types properly

* More solid response content type handling

* Write HTTP 406 with corresponding error body

* Remove unused import

* Use handleErrorResponse
2018-01-02 16:01:22 -06:00
..
2017-11-16 11:02:33 -08:00
2017-06-20 11:32:51 -07:00
2017-11-29 17:50:24 -08:00
2017-11-16 09:59:13 -08:00
2017-12-06 14:35:11 -07:00
2017-07-17 11:41:10 -07:00

Fn Documentation

For Developers

If you are a developer using Fn through the API, this section is for you.

Getting Started

Advanced

Learn More

For Operators

If you are operating Fn, this section is for you.

Getting Started

Advanced

For Contributors

If you are working on the Fn Project, want to work on it or are creating extensions, this section is for you.