You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2019. It is now read-only.
Github provides GraphQL API. It's possible to use it to search for users that have Elm contributions:
Which will give something like:
We can use Graphqelm package to generate Elm types and for the Github API like this (after following package installation instructions):
npx graphqelm https://api.github.com/graphql --header 'Authorization: bearer <INSERT YOUR GITHUB ACCESS TOKEN>' --base Github --output src/
There is an example of how to search for repos using the library and the Github GraphQL API: https://github.com/dillonkearns/graphqelm/blob/master/examples/src/ElmReposRequest.elm.
The text was updated successfully, but these errors were encountered: