Guest User

Untitled

a guest
Apr 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. using MundiAPI.PCL;
  2. using MundiAPI.PCL.Models;
  3. using System.Collections.Generic;
  4.  
  5. namespace TutorialPedido {
  6. class Program {
  7. static void Main(string[] args) {
  8.  
  9. string basicAuthUserName = "sk_test_4AdjlqpseatnmgbW";
  10. // Senha em branco. Passando apenas a secret key
  11. string basicAuthPassword = "";
  12.  
  13. var client = new MundiAPIClient(basicAuthUserName, basicAuthPassword);
  14. }
  15. }
  16. }
Add Comment
Please, Sign In to add comment