rest
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 5,885 public repositories matching this topic...
Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.
You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.
At first, we want to collect ideas for best practices, solidify a list
Describe the bug
[sorry] –– unaware at which point and the cause, but the below error has started popping up with each server start. No context is provided. Perhaps someone knows how to dig deeper into this case?
Code snippets
`package.json``
Current document (setting-up.md) lists following dependencies:
- Node.js
6.0.0or greater - npm
3.0.0or greater - git, any version
However when I run npm install after cloning repository, I got several errors. After couple of retries I found out I need another tools to be present on system:
makegccg++
But that wa
In the OpenAPI spec, section "Link Object",
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#linkObject
the "Examples" table following after the text
"The table below provides examples of runtime expressions and examples of their use in a value:"
contains a confusing "note" in the third row, and I think a "note" is missing in the second row.
Proposed changes:
| Request Method: | GET |
|---|---|
| http://127.0.0.1:8000/api/ | |
| 3.0.2 | |
| AssertionError | |
Using OpenAPIRenderer, but pyyaml is not installed. |
|
| /home/admin/DEV/PYTHON/Frameworks/django/HighEndSalesEnv/lib/python3.7/site-packages/rest_framework/renderers.py in init, line 1053 | |
| /home/admin/DEV/PYTHON/Frameworks/django/HighEndSalesEnv/bin/python | |
| 3.7.5 | |
| ['/home/admin/DEV/PYTHON/Frameworks/django/HighE |
Not sure if this is a bug or is intended.
User context
My users would navigate up and down the suggestion list using the UpArrow and DownArrow key. When they see their desired choice, they hit Enter. However, that choice/that selection is not recorded. The only to way to record it is to reach for the mouse and click on the item.
My troubleshooting
I went into the [source code of
Description
openapi: 3.0.0
Default value for query parameter not exported to code and doc.
Is your feature request related to a problem
Is your feature request related to a problem?
It's still not documented how to do redirections.
The solution you would like
We need a short section in the docs, in the Advanced User Guide, about how to do redirections.
It would have to explain how to use [Starlette's RedirectResponse](https://www.starlette.io/responses/#redirect
I don't think the code example in the manual that was using a LongParam and IntParam in the 1.3.x branch here, but has been updated to a OptionalLong and OptionalInt in the 2.0 branch here w
The default value of falcon.RequestOptions.auto_parse_qs_csv was changed to False in v2.0 and handled in falconry/falcon#842 and falconry/falcon#1318.
The FAQ item https://falcon.readthedocs.io/en/stable/user/faq.html#how-do-i-consume-a-query-string-that-has-a-json-value assumes the old default value and needs an update.
The page https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Migration-from-1.5 remains untouched and empty for over one and a half years, making migration super painful for users. Will there be a guideline at all?
-
Updated
Mar 4, 2020 - Java
There is absolutely no documentation (other than "this is how you drop an existing file". What is the point of releasing such a product if you do not document it?
While the query string overall has an upper limit in the number of characters, the same is not true for the parsed representation which takes more memory than the string itself. We probably want a nice small limit by default, like 20.
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and
If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.
Is your feature request related to a problem? Please describe.
isCleartextTrafficPermitted returns whether cleartext network traffic (e.g. HTTP, FTP, XMPP, IMAP, SMTP -- without TLS or STARTTLS) is permitted for communicating with a specific hostname for this process.
**Describe th
Following the instructions here I'm trying to create an endpoint in a Tornado app that shows the API documentation. I'm setting up a static file handler similar to this:
from pathlib import Path
import apistar
from tornado.web import StaticFileHandler
# ...
apistar_static_path = Path(apistar.__file__).parWhen Ky times out the request with a TimeoutError, the expected behavior is for the request to be cancelled, which is accomplished using an AbortController. There was recently a regression that caused this not to happen. It is fixed by PR #238, however no test is included with that PR, as I was unable to figure out how to detect
Port tests from Got
Comparison table
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator (example)?
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
- [Optional] Bounty to
I was trying to use REST Assured for the first and was going through the documentation to help me but was getting nowhere. I had put in the correct Maven repository and have copied the relevant classes to be imported but was getting nowhere.
After fiddling around for ages, I had discovered that the classes had to be statically imported but since I had directly copied the classes from the wiki, I
-
Updated
Mar 4, 2020
Currently, the SerializationError and DeserializationError make easy to understand what went wrong, but not why.
The bad object/string is not part of the error, which makes more complex the debugging experience.
This can be easily improved by adding a data field to both the error classes:
class DeserializationError extends ElasticsearchClientError {
- constructor (message) {Prerequisites
I'm running latest version of code from github.
Description
If you set filters on list page and go to create/edit/delete page and refresh filters are lost when going back to list page.
Steps to Reproduce
http://embed.plnkr.co/mHBjj4gCKQHD2dNySwTW/
Open preview in a separate pahe
Go to users page in preview.
Add a filter.
Press create button.
Press br
v17 - documentation
This issue is part of #1546.
In terms of documentation, everything is up for discussion. Overarching goals are
- Simple setup
- Low barrier for documentation contributors
- Minimal maintenance overhead
Current state (v16)
- Current website: https://octokit.github.io/rest.js/
- The website is built with Gatsby, the source code lives at https://gith
I can find documentation for using contexts in v1
but they are not listed in the topnav of the v3 page, leading me to believe that they are no longer valid or have changed. At least the With functions seem to have been changed.
From all the documentation available (incl. v1) it isn't clear to me as a reader how to pass the JWT user-id from the `J
-
Updated
Mar 4, 2020 - Go



In
=syntax,")\)are escaped in
json.dumps:$ http -v httpbin.org/post \ dquote='\"' \ multi-line='line 1\nline 2'