chris48s
chris48s
Its a bit of an esoteric one. I don't think you can construct this query with jsonpath either so dynamic json isn't an option for this. I guess one concern...
For adding github services, extending `GithubAuthV3Service` (if you want to use REST API) or `GithubAuthV4Service` (if you want to use GraphQL) will automatically handle auth/rate limiting etc in production. For...
Thinking about this as more of a "black box" (rather than getting stuck into the implementation details), it seems like what we've discovered here is that in practice, sometimes this...
Yes the fix for this should be similar to https://github.com/badges/shields/pull/7159 I think the other GitLab badges that use the API should all be fine related reading: https://github.com/badges/shields/pull/7021#discussion_r728418226
The concept of replacing scoutcamp with something else has been on my mind again. I think last time we discussed it in much detail we said one of the bits...
Thanks. Yes there are still plenty of functions missing docs, particularly for commonly used helpers in the root of /services. If you want to start picking some up that would...
Wild speculation, but I wonder if this is a manifestation of https://github.com/badges/shields/issues/3591 ? from https://api.stackexchange.com/docs/throttle : > Note that exactly what response an application gets (in terms of HTTP code,...
The message "invalid parameters" implies we're getting a 400 response from the upstream API based on the code: https://github.com/badges/shields/blob/1047fd9c7eddef8517eec7d403a602a428e64695/services/stackexchange/stackexchange-reputation.service.js#L66-L68 We don't know why that is happening. It would indeed be...
I think if we implement this 1. We have the user specify the instance as part of the request rather than querying the directory so we make 1 api call,...
If I call https://packages.spack.io/data/packages/py-ford.json there is no version 6.1.13 in the response If that version is published to the registry, this is an issue with the spack API. Can you...