Skip to content

Include events end-point #168

@oxinabox

Description

@oxinabox

The events endpoint is fully of interesting information
Docs

Here is my quick hack at doing it that just returns a dict.

using GitHub
const DEFAULT_API = GitHub.DEFAULT_API
const name = GitHub.name
GitHub.@api_default function events(api::GitHub.GitHubAPI, user; options...)
    results, page_data = GitHub.gh_get_paged_json(api, "/users/$(user)/events"; options...)
    return results, page_data
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions