Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

API: Aircraft #3

Merged
merged 15 commits into from
Apr 28, 2022
Merged

API: Aircraft #3

merged 15 commits into from
Apr 28, 2022

Commits on Apr 26, 2022

  1. Add initial API endpoint functionality

    Sasha Gerrand committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a262227 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Add more tests

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    83161f0 View commit details
    Browse the repository at this point in the history
  2. Test multidimensional arrays, reverse expected & actual

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4f33442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    046fde6 View commit details
    Browse the repository at this point in the history
  4. Rename test docstrings for readability

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e541349 View commit details
    Browse the repository at this point in the history
  5. Handle Duffel API errors

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e81a8fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    748894d View commit details
    Browse the repository at this point in the history
  7. Remove unused code paths

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f8f8980 View commit details
    Browse the repository at this point in the history
  8. Test the sole public constructor of AbstractApi

    This test is poor but at least it exercises the constructor function.
    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    490ed68 View commit details
    Browse the repository at this point in the history
  9. Add class for Aircraft API

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f4540d3 View commit details
    Browse the repository at this point in the history
  10. Fix authentication implementation

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a79ff08 View commit details
    Browse the repository at this point in the history
  11. Add example for querying Aircraft API, update client

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e8f651c View commit details
    Browse the repository at this point in the history
  12. Explicitly retrieve token from environment

    Sasha Gerrand committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b6bbd1c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Prefer using require_once

    This prevents the same code being loaded multiple times which is useful
    for a usage example.
    Sasha Gerrand committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    fc37049 View commit details
    Browse the repository at this point in the history
  2. Update library docs

    Sasha Gerrand committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9dcf1d4 View commit details
    Browse the repository at this point in the history