Skip to content

Commit

Permalink
Factor out endpoint URI definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Aug 11, 2019
1 parent bdead05 commit 153b24d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/endpoints.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const commonsEndpoint = 'https://commons.wikimedia.org/w/api.php'
export const wikidataEndpoint = 'https://www.wikidata.org/w/api.php'
export const sparqlEnpdoint = 'https://query.wikidata.org/bigdata/namespace/wdq/sparql'

0 comments on commit 153b24d

Please sign in to comment.