Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postcode #1104

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open

Postcode #1104

wants to merge 49 commits into from

Commits on Jan 4, 2023

  1. Stub openapi spec

    cblanc committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f99c30f View commit details
    Browse the repository at this point in the history
  2. Add redocly make first build

    cblanc committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1392026 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. postcode.io overview md

    kerv14 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    965c5d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c3bace View commit details
    Browse the repository at this point in the history
  3. postcode schema

    kerv14 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    7c358da View commit details
    Browse the repository at this point in the history
  4. outcode schema

    kerv14 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b8bd8ff View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. terminanted postcodes schema

    kerv14 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ec03d59 View commit details
    Browse the repository at this point in the history
  2. Add openapi start

    cblanc committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5d50fdd View commit details
    Browse the repository at this point in the history
  3. Build spec

    cblanc committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c9f8171 View commit details
    Browse the repository at this point in the history
  4. Amend

    cblanc committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    38f4635 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Place schema

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    56a6206 View commit details
    Browse the repository at this point in the history
  2. Place Response

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0ad3a12 View commit details
    Browse the repository at this point in the history
  3. places parameters

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    aba3805 View commit details
    Browse the repository at this point in the history
  4. places responses + schema

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b1cc09f View commit details
    Browse the repository at this point in the history
  5. fix places sidebar

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f4673cd View commit details
    Browse the repository at this point in the history
  6. Update places.yaml

    cblanc authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9243887 View commit details
    Browse the repository at this point in the history
  7. Delete ApiKeyParam.yaml

    cblanc authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3cd9468 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    036503b View commit details
    Browse the repository at this point in the history
  9. Delete BiasIpParam.yaml

    cblanc authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    714df44 View commit details
    Browse the repository at this point in the history
  10. places schema + description

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5c3f77c View commit details
    Browse the repository at this point in the history
  11. remove parameters

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d336c9a View commit details
    Browse the repository at this point in the history
  12. x-nullable on postcode.yaml

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    49123fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91d7be8 View commit details
    Browse the repository at this point in the history
  14. add outcode lookup to sidebar

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c74114d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e73e314 View commit details
    Browse the repository at this point in the history
  16. change curl query parameters

    kerv14 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8a64fa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. nested objects

    kerv14 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    feac487 View commit details
    Browse the repository at this point in the history
  2. reverse geocoding

    kerv14 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    574ada1 View commit details
    Browse the repository at this point in the history
  3. Query for a postcode

    kerv14 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    836ea08 View commit details
    Browse the repository at this point in the history
  4. Fix formats

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c4b91a4 View commit details
    Browse the repository at this point in the history
  5. Fix up paths

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8bf89c5 View commit details
    Browse the repository at this point in the history
  6. Share schema

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    266564c View commit details
    Browse the repository at this point in the history
  7. Fix types

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9924eb8 View commit details
    Browse the repository at this point in the history
  8. Fix outcode schema

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f7203fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b716230 View commit details
    Browse the repository at this point in the history
  10. Fix up descriptions

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    36c4441 View commit details
    Browse the repository at this point in the history
  11. Fix paths

    cblanc committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7b89693 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. bulk search

    kerv14 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f7c3257 View commit details
    Browse the repository at this point in the history
  2. nearest postcode

    kerv14 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a4cdd42 View commit details
    Browse the repository at this point in the history
  3. reverse outcode

    kerv14 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    de1ec6d View commit details
    Browse the repository at this point in the history
  4. random postcode

    kerv14 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    43a7861 View commit details
    Browse the repository at this point in the history
  5. places quiery

    kerv14 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    036cb29 View commit details
    Browse the repository at this point in the history
  6. ced null

    kerv14 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8a793b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Updates

    cblanc committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    673aa3f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fix request samples

    kerv14 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    341394a View commit details
    Browse the repository at this point in the history
  2. fix request samples

    kerv14 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5096d3c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. update package.json

    kerv14 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a3dffa3 View commit details
    Browse the repository at this point in the history
  2. update package.json

    kerv14 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0f94ac4 View commit details
    Browse the repository at this point in the history
  3. update package.json

    kerv14 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4cc278a View commit details
    Browse the repository at this point in the history