Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public key info #47

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Public key info #47

merged 2 commits into from
Nov 29, 2023

Conversation

boreq
Copy link
Contributor

@boreq boreq commented Nov 29, 2023

The endpoint is:

/public-keys/{hex-public-key}

The response looks like this:

{
    "followees": 0,
    "followers": 0
}

@boreq boreq linked an issue Nov 29, 2023 that may be closed by this pull request
@boreq boreq requested a review from mplorentz November 29, 2023 15:48
The endpoint is:

  /public-keys/{hex-public-key}

The response looks like this:

  {
    "followees": 0,
    "followers": 0
  }
@boreq boreq merged commit bb53523 into main Nov 29, 2023
2 checks passed
@boreq boreq deleted the public-key-info branch November 29, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a REST endpoint that returns the global follower count for a pubkey
1 participant