API
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 26,281 public repositories matching this topic...
Beautiful static documentation for your API
-
Updated
Dec 15, 2019 - JavaScript
Normalizes nested JSON according to a schema
-
Updated
Dec 15, 2019 - JavaScript
Should mention CORS
It looks like most of the advice from the OWASP REST Cheat Sheet is discussed in this API-Security-Checklist, but OWASP talks about the importance of CORS, which is not mentioned at all in this API-Security-Checklist. Probably good to make mention. Also, the OWASP REST Cheat Sheet provides a bit more guidance regarding validation that might be good to incorporate.
Regarding: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md
In section 14.4.4 Example Response "details" object doesn't fit the definition of "details" in section 7.10.2, table Error: Object. Details should be Error[]
{
"error": {
"code": "requestLimitExceeded",
"message": "The caller has made too many requests in the time period.",
"details": {
Is your feature request related to a problem? Please describe.
The only reason I always stick around with Postman is that they generate api docs based on the request in a collection. I had used Insomnia for a while but always went back to Postman for that reason. Even though the docs they generate aren't the best looking or very UX friendly as a developer it is the easiest solution to generat
- OS: linux
- Programming Language version: python (all?)
- CCXT version: master
- Exchange: none
- Method:
node run-tests
The Contributing documentation states to run node run-tests after npm run build.
This however does only run the main test-file (test.py / test.php,
Feature Summary ✨
When a user presses the button to Create a study guide, study guide creation page should be shown to the user.
Why do we need this?
Essential feature as withou
🤖 Neural networks in JavaScript
-
Updated
Dec 14, 2019 - JavaScript
HTTP Request & Response Service, written in Python + Flask.
-
Updated
Dec 15, 2019 - Python
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Dec 15, 2019 - JavaScript
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
-
Updated
Dec 14, 2019 - JavaScript
Prerequisites
- I am running the latest version. (
up upgrade) - I searched to see if the issue already exists.
- I inspected the verbose debug output with the
-v, --verboseflag. - Are you an Up Pro subscriber?
Description
Currently the TLS version defaults to 1.0. I have to manually upgrade it to 1.2. So it would be nice if it could be specifed in the custom
When rotating between landscape/portrait, you can lose your open document and position. I have encountered this issue on an iPhone XS Max running iOS 12.3.1.
Steps to recreate:
- Search for something.
- View an article.
- Rotate into landscape mode (on my iPhone XS Max, this shows the search view and the document view side-by-side)
- Rotate back to portrait
Expected behavior: Show
- Wikipedia
- Wikipedia
I wrote an article to cover this security problem https://dzone.com/articles/regular-expressions-denial.
It is a good practice that developers do Unit Testing when using Regular Expressions.