About 170 results
Open links in new tab
  1. API guide — CKAN 2.9.11 documentation

    When calling an API function that requires authorization, you must authenticate yourself by providing an authentication key with your HTTP request. Starting from CKAN 2.9 the …

  2. Overview — CKAN 2.11.4 documentation

    API guide Making an API request Example: Importing datasets with the CKAN API API versions Authentication and API tokens GET-able API functions JSONP support API Examples Action …

  3. Organizations and authorization — CKAN 2.9.11 documentation

    Determines if a an API key should be automatically created for every user when creating a user account. If set to False (the default value), users can manually create an API token from their …

  4. Welcome to CKAN’s Documentation — CKAN Documentation …

    Writing Extensions, Theming and The CKAN API are advanced docs for developers who want to develop an extension, theme or API app using CKAN. Contributing to CKAN and Testing …

  5. Full table of contents — CKAN 2.10.9 documentation

    API guide Making an API request Example: Importing datasets with the CKAN API API versions Authentication and API tokens GET-able API functions JSONP support API Examples Tags …

  6. Configuration Options — CKAN 2.12.0a0 documentation

    When set to False, cookie-based authentication is entirely ignored in all API requests, and authentication must be always done using API Tokens. Note that this will break some existing …

  7. API guide — CKAN 2.10.9 documentation

    When calling an API function that requires authorization, you must authenticate yourself by providing an API token. Tokens are encrypted keys that can be generated manually from the …

  8. Overview — CKAN 2.9.11 documentation

    API guide Making an API request Example: Importing datasets with the CKAN API API versions Authentication and API tokens GET-able API functions JSONP support API Examples Action …

  9. The CKAN API — CKAN 2.2.3 documentation

    When calling an API function that requires authorization, you must authenticate yourself by providing your API key with your HTTP request. To find your API key, login to the CKAN site …

  10. CKAN also has a powerful API (machine interface), which makes it easy to develop extensions and links with other information systems. The API is documented in API guide.