hypermedia
Here are 113 public repositories matching this topic...
API Platform version(s) affected: 2.5.1
Description
Today, JSON Schemas generated by API-Platform do not include additionalProperties: false. This reduces type saftey when using a code generator.
How to reproduce
Create an ApiResource in a new project, check the generated Swagger documentation. The JSON Schema generated for the ApiResource does not include `additionalProp
-
Updated
May 23, 2020 - JavaScript
Maybe we need better naming for our definitions :) Or ideally find the ones that are already used for the same definitions.
API Platform version(s) affected: 2.0.1
Description
Fields "SelectInput" are not substituted by translation. Instead of translating "label" they always have a field name
How to reproduce
The problem is in the lines:
https://github.com/api-platform/admin/blob/v2.0.1/src/InputGuesser.js#L44
https://github.com/api-platform/admin/blob/v2.0.1/src/InputGuesser.js#L60
the n
-
Updated
May 7, 2019 - PHP
Great message thread on rocket:
ou CAN design extensible schemas even in XML Schema ... but it means you need to be extremely mindfull about it
i.e. you need to make both the attribute space and child elements extensible ... xsd:any is your friend .. but it is very tedious
most tooling interprets schema literally, not extensibly
so you DO need documentation and you might even choose to use S
Hey there,
i am currently evaluating this package to be used in a TypeScript REST API. So i was wondering, if there are some TypeScript Definitions available?!
All the best
-
Updated
May 23, 2018 - CSS
-
Updated
May 30, 2020 - Emacs Lisp
-
Updated
May 23, 2020 - JavaScript
-
Updated
May 26, 2020 - PHP
-
Updated
May 23, 2020 - JavaScript
-
Updated
Nov 30, 2017 - Java
-
Updated
May 18, 2020 - Java
- You should be able to get failed tasks from a ChangeSet.
- Rollback must execute the opposite tasks of the original tasks.
- Rollback must not trigger automatically but via a separate call
- The documentation should expand on this feature and clearly note the risks involved:
- The rollback might fail as well, potentially causing more problems.
- Rollback is not guaranteed as it's not a
-
Updated
May 28, 2020 - TypeScript
I see there's some dead links still pointing to pomona.io in the README. Should just do a search replace in the whole repo to replace with pomona.okb.no.
-
Updated
May 27, 2020 - Python
-
Updated
Nov 1, 2019 - Scala
-
Updated
May 23, 2020 - JavaScript
Next to each URI, add a small button that copies its value into the clipboard. As seen on AWS etc.
This kind of icon could be used: https://freeicons.io/free-mobile-app-icons/copy-icon-icon
-
Updated
Apr 14, 2020 - TypeScript
-
Updated
Apr 29, 2019 - Clojure
-
Updated
May 30, 2020 - C#
-
Updated
Jan 29, 2020
-
Updated
Apr 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the hypermedia topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hypermedia topic, visit your repo's landing page and select "manage topics."
With docker, if you set the env variable
DEBUG=1or force the container to start with the-dparameter the logs are not so verbose.Is there another variable/option to use or is it really an issue?