hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

ndc_ex_sdk

0.2.0
0.2.30 0.2.29 0.2.27 0.2.26 0.2.25 0.2.24 0.2.23 0.2.22 0.2.21 0.2.20 0.2.19 0.2.18 0.2.17 0.2.16 0.2.15 0.2.14 0.2.13 0.2.12 0.2.11 0.2.10 0.2.9 0.2.8 0.2.7 0.2.6 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.9 0.1.8 0.1.7 0.1.6 0.1.5 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0 0.0.10 0.0.9 0.0.8 0.0.7 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1

This is an Elixir package that wrapps any NDC-compliant API. It's host-agnostic and quite flexible-through-configuration so that it can reach NDC hosts with a certain flexibility

HexDocs

Current section

Files

Jump to
Readme
49 Versions
4 Dependencies
Dependants
Files
Activity
Readme 49 Versions 4 Dependencies Dependants Files Activity
ndc_ex_sdk lib message service_list.ex
Raw

12 files

      • air_shopping_rq.ex
      • base.ex
      • flight_price_rq.ex
      • seat_availability.ex
      • service_list.ex
      • service_price.ex
    • file_logger.ex
    • ndc_ex.ex
    • ndc_normalize.ex
  • LICENSE
  • README.md
  • mix.exs

Package files

  • lib/file_logger.ex
  • lib/message/air_shopping_rq.ex
  • lib/message/base.ex
  • lib/message/flight_price_rq.ex
  • lib/message/seat_availability.ex
  • lib/message/service_list.ex
  • lib/message/service_price.ex
  • lib/ndc_ex.ex
  • lib/ndc_normalize.ex
  • LICENSE
  • mix.exs
  • README.md

lib/message/service_list.ex

defmodule NDCEx.Message.ServiceListRQ do
import XmlBuilder
@doc """
yield is called by apply function on Message.Base module
"""
def yield(params), do: params
end
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".