Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Wikimedia Enterprise New SDK examples

Examples for the SDK, that include On-demand, Realtime and Realtime Batch examples.

Getting started

  1. First just export environment variables:

    export WME_USERNAME="superuser";
    export WME_PASSWORD="secret";
  2. Then you should be able to just run:

    go run main.go
  3. Note that if you are running this from the root use this command (in case you are calling ondemand example):

    go run example/api/ondemand/main.go