-
We have an apidoc schema for `service.json` here: https://www.apidoc.me/bryzek/apidoc-spec/latest
However, I couldn't find any apidoc schema for `api.json`. In other words, I'm looking for this one…
-
There are many such method in Observable.java like..
```
public static Observable just(T item1, T item2) {
ObjectHelper.requireNonNull(item1, "The first item is null");
Obje…
-
The ticket page becomes slower to load over time because stakepooluserinfo returns every voted ticket.
Using my development/testnet stakepool, I can load the page OK for a user with 100,000 voted t…
jolan updated
7 years ago
-
I get this answer by requesting /getActiveEntities:
`$ curl -H "Session-Token: 7r7436i0u4m0qqdn0v5rc43el5" 'http://glpi.lan:8080/apirest.php/getActiveEntities'`
`{"active_entity":1,"active_entity_…
-
I get this answer by requesting /getMyProfiles:
`$ curl -H "Session-Token: 7r7436i0u4m0qqdn0v5rc43el5" 'http://glpi.lan:8080/apirest.php/getMyProfiles'`
`{"1":{"name":"Self-Service","entities":[{"…
-
Currently default json/xml response rendered by grails does not include pagination information like totals, current max, offset and etc. Getting this information requires overriding default render met…
-
Hey, this is a cool project! I've been working on something really similar - I even called it `flow-runtime` until I saw you'd grabbed the name :). I was wondering what your goals for the project are?…
-
RAML
```
#%RAML 1.0
title: Mobile Order API
version: 1.0
#baseUri: http://localhost:8081/api
baseUri: http://ec2-52-201-242-128.compute-1.amazonaws.com/mocks/97a819d0-751f-4b70-a5a0-99889ba06eea/api
…
-
RAML
```
#%RAML 1.0 Library
# This file is located at libraries/file-type.raml
types:
File:
properties:
name:
length:
type: integer
```
output:
```
"types": [
{
…
-
I have a problem when I am converting a json like string to a json.The string is:
[{day:"2015-12-07 11:30:00",open:"12.110",high:"12.180",low:"12.110",close:"12.170",volume:"5913884"},{day:"2015-12-07…