1. 22 Oct, 2018 1 commit
    • Patrick Webster's avatar
      Addling support for license api endpoint (#494) · 26aa47e4
      Patrick Webster authored
      * Addling support for license api endpoint
      
      * Fixing time fields to proper structs
      
      * license.go: giving date fields proper struct type
      
      * license.go: moving 'license' string literal to NewRequest call
      
      * license.go: moving AddLicense function to option struct POST to fall inline with the rest of this package
      26aa47e4
  2. 21 Oct, 2018 3 commits
  3. 19 Oct, 2018 3 commits
  4. 18 Oct, 2018 1 commit
  5. 17 Oct, 2018 1 commit
  6. 15 Oct, 2018 1 commit
  7. 12 Oct, 2018 1 commit
  8. 11 Oct, 2018 3 commits
  9. 08 Oct, 2018 2 commits
  10. 03 Oct, 2018 1 commit
    • Oursin's avatar
      Query encoding should use url.PathEscape (#482) · 2a9bc9a2
      Oursin authored
      * Query encoding should use url.PathEscape
      
      In repository_files.go, url encoding is done with url.QueryEscape, but this makes it impossible to get files with a space in their name. Using url.PathEncodes changes the space encoding from "+" to "%20" and fixes the issue.
      
      * Removed PathEscape when encoding project path
      
      * Fix typos
      2a9bc9a2
  11. 01 Oct, 2018 1 commit
  12. 27 Sep, 2018 1 commit
  13. 24 Sep, 2018 1 commit
  14. 21 Sep, 2018 1 commit
  15. 18 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 11 Sep, 2018 3 commits
  18. 10 Sep, 2018 1 commit
  19. 06 Sep, 2018 1 commit
    • Nicholas Colbert's avatar
      added custom attributes (#451) · 81aace77
      Nicholas Colbert authored
      * added custom attributes
      
      added tests
      
      fixed typo
      
      * Refactored to fit idioms of the package better
      
      refactored methods to be  to have fully named functions
      
      rewrote tests
      
      updated typos and syntax
      
      * fixed typo caught by linter
      
      * refactored per maintainers request
      
      removed blank line
      81aace77
  20. 04 Sep, 2018 2 commits
  21. 03 Sep, 2018 1 commit
  22. 30 Aug, 2018 4 commits
  23. 24 Aug, 2018 3 commits
  24. 23 Aug, 2018 2 commits