RAPyDo HTTP-APIs
3.1
restapi
restapi.config
restapi.endpoints
restapi.env
restapi.exceptions
restapi.models
restapi.rest
restapi.rest.annotations
restapi.rest.response
restapi.rest.response.get_data_from_request
restapi.rest.response.handle_http_errors
restapi.rest.response.handle_marshmallow_errors
restapi.rest.response.handle_response
restapi.rest.response.jsonifier
restapi.rest.response.obfuscate_query_parameters
restapi.rest.response.ExtendedJSONEncoder
restapi.rest.response.ResponseMaker
restapi.services
restapi.types
restapi.utilities
RAPyDo HTTP-APIs
restapi
restapi.rest
restapi.rest.response
restapi.rest.response.ResponseMaker
restapi.rest.response.ResponseMaker.get_accepted_formats
Edit on GitHub
restapi.rest.response.ResponseMaker.get_accepted_formats
static
ResponseMaker.
get_accepted_formats
(
)
[source]
Possible outputs: ‘
/
’ ‘application/json’ ‘text/html’ ‘application/xml’ ‘text/csv’
Return type
:
list
[
str
]