[ckan-changes] [ckan/ckan] 716a1e: Replace HTTPIE examples with CURL examples

GitHub noreply at github.com
Fri Jun 8 08:38:17 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 716a1ea652d4fcd00ea777825a6c98f6b916eadc
      https://github.com/ckan/ckan/commit/716a1ea652d4fcd00ea777825a6c98f6b916eadc
  Author: Ross Jones <ross at mailbolt.com>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M doc/api/index.rst
    M doc/contributing/documentation.rst
    M doc/maintaining/linked-data-and-rdf.rst
    M doc/maintaining/stats.rst
    M doc/user-guide.rst

  Log Message:
  -----------
  Replace HTTPIE examples with CURL examples

As per #2293 we replace the httpie examples with the equivalent in curl.
It appears that the examples were using http and therefore were getting
a 302 to the https url, and as we all know to our pain, POST data
doesn't follow redirects and so the examples weren't always working.
Have changes some occurrences of http://demo.ckan.org to
https://demo.ckan.org


  Commit: 37fb5bc9be2d81dcfa2a2ae42bc532b7a2c61e02
      https://github.com/ckan/ckan/commit/37fb5bc9be2d81dcfa2a2ae42bc532b7a2c61e02
  Author: Ross Jones <ross at mailbolt.com>
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
    M doc/api/index.rst

  Log Message:
  -----------
  Fix a missing http->https change


  Commit: 61a8b199e8b9403831dfa1937353f24a2a5499ef
      https://github.com/ckan/ckan/commit/61a8b199e8b9403831dfa1937353f24a2a5499ef
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
    M doc/api/index.rst
    M doc/contributing/documentation.rst
    M doc/maintaining/linked-data-and-rdf.rst
    M doc/maintaining/stats.rst
    M doc/user-guide.rst

  Log Message:
  -----------
  Merge pull request #4286 from servercode/fix-2293

[#2293] Replace httpie doc examples with CURL examples


Compare: https://github.com/ckan/ckan/compare/23ca1d7b05b0...61a8b199e8b9
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the ckan-changes mailing list