Skip to content
New issue

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

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

Already on GitHub? # to your account

Adding support for REST resources #139

Merged
merged 1 commit into from
Mar 1, 2022
Merged

Conversation

paulomarg
Copy link
Contributor

WHY are these changes introduced?

We want to support creating classes that encapsulate the Admin API's REST resources, to make it easier for apps to interact with that API in an OO way.

WHAT is this pull request doing?

Creating a "base" REST resource which provides all of the functionality classes would need to be able to map API calls to specific objects.

Type of change

  • Minor: New feature (non-breaking change which adds functionality)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change
  • I have updated the documentation for public APIs from the library (if applicable)

@paulomarg paulomarg requested a review from a team as a code owner February 17, 2022 22:12
@paulomarg paulomarg force-pushed the paulo/add_rest_wrapper_support branch 2 times, most recently from 54fe39d to 05ed892 Compare February 18, 2022 17:07
@paulomarg paulomarg force-pushed the paulo/add_rest_wrapper_support branch from 05ed892 to 38731d1 Compare February 21, 2022 15:49
@paulomarg paulomarg mentioned this pull request Feb 23, 2022
3 tasks
@paulomarg paulomarg merged commit f7f1895 into main Mar 1, 2022
@paulomarg paulomarg deleted the paulo/add_rest_wrapper_support branch March 1, 2022 14:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants