wink-sdk-channel-manager


Namewink-sdk-channel-manager JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/wink-travel/wink-sdk-python.git
SummaryWink API
upload_time2024-11-24 14:51:01
maintainerNone
docs_urlNone
authorBjorn Harvold
requires_pythonNone
licenseNone
keywords openapi openapi-generator wink api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
                ## APIs Not every integrator needs every APIs. For that reason, we have separated APIs into context.  - [Affiliate](/affiliate): All APIs related to selling travel inventory as an affiliate. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. - [Booking](/booking): All APIs related to creating platform bookings. - [Channel Manager](/channel-manager): All APIs related to channel managers who want to integrate with our platform. - [Extranet](/extranet): All APIs related to managing travel inventory and suppliers. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. - [TripPay](/reactive): All APIs related to TripPay account management, booking, mapping and integration features.  ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators).  - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java)  ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic.  ## Versioning We chose to version our endpoints in a way that we hope affects your integration with us the least. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints.  ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md   # Channel Manager API Wink exposes a secured REST-based, JSON API to its channel manager partners. The connection is \"channel-wide\". Partners are free to integrate with the REST-based API using any programming language.  # Intended Audience This document is intended for external channel partners who wish to integrate with Wink.  # Requirements - Active account with Wink. Sign up for your Channel Manager account:    - Staging: [https://staging-studio.wink.travel](https://staging-studio.wink.travel).    - Production: [https://studio.wink.travel](https://studio.wink.travel). - Active application. An application provides you with Oauth2 credentials you can pass to our endpoints. One is already created for you upon account creation. - Your production IP numbers. They need to be whitelisted before you can talk to our production environment.  # Performance A particular attention to performance should be given when integrating with this API. A few things to be aware of: - Enable gzip compression to make payloads smaller. - Fewer large REST calls are preferred to many small ones. E.g. It is better to update many dates instead of individual dates. - It is possible to update both rate and availability with a single request. - Request only date ranges that you will use. There is no need to request an entire year if you will only be working with the first seven days.  ## Reservation notification (PUSH) Wink supports PUSH notifications to communicate reservations. We also support BASIC AUTH to your endpoint. If you want to enable PUSH, add your PUSH endpoint and credentials (optional) to your account.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wink-travel/wink-sdk-python.git",
    "name": "wink-sdk-channel-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, Wink API",
    "author": "Bjorn Harvold",
    "author_email": "bjorn@wink.travel",
    "download_url": "https://files.pythonhosted.org/packages/a5/b7/2c88bdf7cfb8c95bd478a0d3a6f4afa98d2b7eb14993647549a1e1595324/wink_sdk_channel_manager-0.0.3.tar.gz",
    "platform": null,
    "description": "    ## APIs Not every integrator needs every APIs. For that reason, we have separated APIs into context.  - [Affiliate](/affiliate): All APIs related to selling travel inventory as an affiliate. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. - [Booking](/booking): All APIs related to creating platform bookings. - [Channel Manager](/channel-manager): All APIs related to channel managers who want to integrate with our platform. - [Extranet](/extranet): All APIs related to managing travel inventory and suppliers. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. - [TripPay](/reactive): All APIs related to TripPay account management, booking, mapping and integration features.  ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators).  - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java)  ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic.  ## Versioning We chose to version our endpoints in a way that we hope affects your integration with us the least. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints.  ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md   # Channel Manager API Wink exposes a secured REST-based, JSON API to its channel manager partners. The connection is \\"channel-wide\\". Partners are free to integrate with the REST-based API using any programming language.  # Intended Audience This document is intended for external channel partners who wish to integrate with Wink.  # Requirements - Active account with Wink. Sign up for your Channel Manager account:    - Staging: [https://staging-studio.wink.travel](https://staging-studio.wink.travel).    - Production: [https://studio.wink.travel](https://studio.wink.travel). - Active application. An application provides you with Oauth2 credentials you can pass to our endpoints. One is already created for you upon account creation. - Your production IP numbers. They need to be whitelisted before you can talk to our production environment.  # Performance A particular attention to performance should be given when integrating with this API. A few things to be aware of: - Enable gzip compression to make payloads smaller. - Fewer large REST calls are preferred to many small ones. E.g. It is better to update many dates instead of individual dates. - It is possible to update both rate and availability with a single request. - Request only date ranges that you will use. There is no need to request an entire year if you will only be working with the first seven days.  ## Reservation notification (PUSH) Wink supports PUSH notifications to communicate reservations. We also support BASIC AUTH to your endpoint. If you want to enable PUSH, add your PUSH endpoint and credentials (optional) to your account.\n    \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wink API",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/wink-travel/wink-sdk-python.git"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " wink api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2199df53b3ac0a4ecd101ac4f00636c412b995a7a154e267810217f5778aa6c1",
                "md5": "a213617c201543f53d178cfe454c9fee",
                "sha256": "655df930ba5621be6667c47db3633aee17406ea4c9f9eea50976e9a7071027c3"
            },
            "downloads": -1,
            "filename": "wink_sdk_channel_manager-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a213617c201543f53d178cfe454c9fee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 84282,
            "upload_time": "2024-11-24T14:50:59",
            "upload_time_iso_8601": "2024-11-24T14:50:59.891306Z",
            "url": "https://files.pythonhosted.org/packages/21/99/df53b3ac0a4ecd101ac4f00636c412b995a7a154e267810217f5778aa6c1/wink_sdk_channel_manager-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5b72c88bdf7cfb8c95bd478a0d3a6f4afa98d2b7eb14993647549a1e1595324",
                "md5": "d9a8c2cfc81bd6fe1d9db2548049f0be",
                "sha256": "90a6528a2828bb0e81e9271691675d0305907bee56dd66de8fe05636d2bdc3a4"
            },
            "downloads": -1,
            "filename": "wink_sdk_channel_manager-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d9a8c2cfc81bd6fe1d9db2548049f0be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42100,
            "upload_time": "2024-11-24T14:51:01",
            "upload_time_iso_8601": "2024-11-24T14:51:01.671050Z",
            "url": "https://files.pythonhosted.org/packages/a5/b7/2c88bdf7cfb8c95bd478a0d3a6f4afa98d2b7eb14993647549a1e1595324/wink_sdk_channel_manager-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 14:51:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wink-travel",
    "github_project": "wink-sdk-python",
    "github_not_found": true,
    "lcname": "wink-sdk-channel-manager"
}
        
Elapsed time: 0.53451s