httpdomain
httpdomain copied to clipboard
Documenting RESTful HTTP APIs
Add translation of the flaskref module And fix the french translation of "Status Codes". I am unsure about what to do for the status messages, as I do not know...
If a resource is documented as: ```rst .. http:get:: /myresource This is a resource. ``` It can be referenced by ```:http:get:`/myresource` ```, which turns into a clickable link. However, I...
Increases minimum python version to 3.7. Also updated test environments
Hi, maybe it's a mis usage from my side, but I can't get httpdoamain to properly work with intersphinx. The issue I have is if I put an intersphinx reference...
This PR also contains the changes of #74 as it is based on it.
When clicking on a link generated by a `:statuscode:` directive, it leads to a document marked as superseded; as an example, see https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1. Can the link be fixed, or can...
I'm trying to get a `Framework :: Sphinx :: Domain` PyPi classifier approved to help with the Sphinx docs as well as keep the ecosystem more organize and I need...
`version` reads `1.8.0` (`setup.py` ) even in 1.8.1 release
Hi, could you please consider to drop python 2 code, including dependency on six?
The request should look as follows: curl -i -X POST https://api.compile.com/v21/encrypted_flies -H 'Accept: application/vnd.api+json' -H 'Api-Key: [API token]' -H 'Content-Type: multipart/form-data' --form 'Encrypted_flies[encryption_fingerprint]: c24c8711fed0fb9df377d4dad6090038063eec27:::d8919eb961da809e4d597f5c072e04383055e219' --form 'Encrypted_flies[items][][description]: my file the best...