w3c-api icon indicating copy to clipboard operation
w3c-api copied to clipboard

The W3C API

Results 32 w3c-api issues
Sort by recently updated
recently updated
newest added

In the API, `href` sometimes contains a HATEOAS reference (another URL for the API where more data can be discovered), and sometimes it contains a regular URL intended for humans...

enhancement

`requirements` should be use to list the restrictions on the parameters. If there's a path parameter like `api/reports/{report}`, `{report}` should be listed in the parameters. It brings another problem which...

question
documentation

@vivienlacourba [said](https://github.com/w3c/w3c-api/issues/46#issuecomment-145887368): > Routes that return a collection of objects accept an `?embed=1` parameter which embeds the object instead of simply link to it. Would it be reasonable that the...

enhancement
question

How difficult would it be on the API backend [or, would it make sense] to sort lists of items by some relevant field? Right now, some lists are sorted according...

enhancement
question

In some cases, it proves difficult to get some contributors to link their github / w3c accounts using the OAUTH endpoint. For these cases, it would be great if there...

Similar to what we do now with GitHub usernames, the `connected-accounts` array could also contain objects with `service` equal to `irc.w3.org` (or similar) and `nickname` equal to an IRC nickname...

enhancement
question

eg, [`/participations/14935/participants?embed=true`](https://api.w3.org/participations/14935/participants?embed=true) Looking at some examples, I suspect that this query errors with a 404 when the participation is of type `individual==true`. It kind of makes sense, but this is...

question

Echoing an idea that @takenspc shared with me face-to-face today: It would be nice if the API let users query by _keywords_, eg CSS properties. The result would be either...

enhancement

I understand that the API provides Last-Modified headers on some routes; it would help with caching if it provided it on all of them (or at least, on more of...

enhancement

It is very important that the W3C API supports Linked Data principles as well as providing JSON. There are two aspects to this: 1. being able to request the data...