-
Updated
Jan 4, 2021 - PHP
json-api
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Here are 2,007 public repositories matching this topic...
-
Updated
Dec 25, 2020 - PHP
-
Updated
Oct 29, 2020 - Python
-
Updated
Jan 4, 2021 - Python
-
Updated
Oct 25, 2018 - Swift
If you PATCHed to /posts/1, but send payload with a different id:
{
data: {
id: 789,
type: 'posts',
attributes: { ... }
}
}We pay attention to the payload and not the URL - instead let's throw an error when there is a mismatch.
-
Updated
Jan 4, 2021 - Java
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 12, 2020 - Dart
Currently the module field on package.json points to src/simpla.js but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
-
Updated
Dec 3, 2020 - JavaScript
If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。
func (s *Server) newSession(session getty.Session) error {
var (
ok bool
tcpConn *net.TCPConn
)
// 省略部分代码...
session.SetTaskPool(srvGrpool)
return nil
}
ortherwise,handleTcpPackage() will blocked,led to the response missing
func (s *session
-
Updated
Nov 16, 2020
-
Updated
Nov 17, 2020 - PHP
We should have a test that validates each service can actually be resolved from the container (within a scope). See #339 for motivation. It would be fantastic if this could be done via reflection and not manually adding a new test every time you register a new service. I'm thinking we would define a static member that contained all the ServiceDescriptors. Then in the test we just get this member
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Dec 27, 2020 - Java
-
Updated
Aug 15, 2019 - Python
-
Updated
Dec 9, 2020 - Ruby
-
Updated
Sep 27, 2017 - PHP
This seems a known/unfinished issue based on the commented 'Name' field in the code noted below, but I was hoping it could be addressed as it would greatly ease the discovery of the graphql endpoints generated by the db tables as they would become available in GraphiQL in #13
``