The Wayback Machine - https://web.archive.org/web/20200304113312/https://github.com/topics/rest
Skip to content
#

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...

goldbergyoni
goldbergyoni commented Jan 26, 2020

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

habeeb555-q
habeeb555-q commented Jan 10, 2020
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
thoat
thoat commented Dec 14, 2019

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

fastapi
tiangolo
tiangolo commented Feb 9, 2020

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

api-platform
jvigneron
jvigneron commented Nov 28, 2019

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

Mobile-Security-Framework-MobSF
rajuraju14
rajuraju14 commented Feb 20, 2020

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

mivade
mivade commented Apr 26, 2019

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__).par
sholladay
sholladay commented Feb 22, 2020

When 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

GwilymTurner
GwilymTurner commented Feb 12, 2020

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

delvedor
delvedor commented Feb 13, 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) {
Wikipedia
Wikipedia

Related Topics

api graphql-api
You can’t perform that action at this time.