Hacker News GraphQL Proxy

GRATUIT
Par RapidAPI | Mise à jour 24 दिन पहले | News, Media
Health Check

N/A

LISEZ-MOI

Example Queries

{
  hn2 {
    nodeFromHnId(id:"clayallsopp", isUserId:true) {
      id
      ... on HackerNewsV2User {
        submitted(first: 5) {
          pageInfo {
            hasNextPage
            endCursor
          }
          edges {
            cursor
            node {
              id
              ... on HackerNewsV2Story {
								score
                url
              }
              ... on HackerNewsV2Comment {
                text
              }
            }
          }
        }
      }
    }
  }
}
Abonnés : 1
Ressources :
Site Web du produit
Créateur d'API :
Rapid account: Rapid API
RapidAPI
rapidapi
Connectez-vous pour évaluer l'API
Note : 5 - Votes : 1