Files
logos-web/apps/web/lib/logos-data-api.ts

16 lines
573 B
TypeScript

export const LOGOS_GRAPHQL_API_URL = 'https://api.logos.co/v1/graphql'
export const BI_GRAPHQL_API_URL = 'https://hasura.bi.status.im/v1/graphql'
export const CONTRIBUTIONS_API_URL =
'https://hasura.bi.status.im/api/rest/contributions/count_all'
export const CONTRIBUTIONS_API_RESPONSE_KEY =
'stg_external_contributors_agg_total_ext_contributions'
export const CIRCLES_GRAPHQL_RESPONSE_KEY =
'stg_external_circle_circle_event_aggregate'
export const WINNABLE_ISSUES_PAGE_URL =
'https://circles.logos.co/readme/about-logos-circles/winnable-issues-from-circles'