Skip to content

v1.1.0: Create island endpoints 🏝️#53

Merged
fityannugroho merged 42 commits intomainfrom
feat/island
Jun 12, 2023
Merged

v1.1.0: Create island endpoints 🏝️#53
fityannugroho merged 42 commits intomainfrom
feat/island

Conversation

@fityannugroho
Copy link
Owner

@fityannugroho fityannugroho commented Jun 12, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

Put "x" to check

  • The commit message follows our Contributing Guidelines
  • Tests for the changes have been added (optional, for bug fixes or features)
  • Docs have been added / updated (optional, for bug fixes or features)

PR Type

What kind of change does this PR introduce?

Please check any kind of changes that applies to this PR using "x"

  • Bug fix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Test suite

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.

Issue Number: #28

What is the new behavior?

Create new endpoints to get islands data:

  • /islands?name={query}
  • /islands/{islandCode}
  • /regencies/{regencyCode}/islands

Note that the island data is managed in idn-area-data.

Other information

This PR will resolve #28

- Rename `addLatLong` method
- Change default sortBy to `code`
@fityannugroho fityannugroho added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 12, 2023
@fityannugroho fityannugroho changed the title Create island endpoints 🏝️ v1.2.0: Create island endpoints 🏝️ Jun 12, 2023
@fityannugroho fityannugroho changed the title v1.2.0: Create island endpoints 🏝️ v1.1.0: Create island endpoints 🏝️ Jun 12, 2023
@fityannugroho fityannugroho merged commit 893bead into main Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SUGGEST] Create island endpoints 🏝️

1 participant