[Spark] Use dedicated token for Contentful Management API
Review Request #787 — Created July 26, 2021 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
49abb58... | |
Reviewers | |
lunr | |
This way you can use the Management API and the Delivery API, which require different access tokens, within the same request.
Unit tests
Diff Revision 1 (Latest)
src/Lunr/Spark/Contentful/Api.php |
---|
src/Lunr/Spark/Contentful/ManagementApi.php |
---|
src/Lunr/Spark/Contentful/Tests/ApiTest.php |
---|
src/Lunr/Spark/Contentful/Tests/ManagementApiCreateEntryTest.php |
---|
src/Lunr/Spark/Contentful/Tests/ManagementApiGetEntryTest.php |
---|
src/Lunr/Spark/Contentful/Tests/ManagementApiPublishEntryTest.php |
---|
src/Lunr/Spark/Contentful/Tests/ManagementApiUnpublishEntryTest.php |
---|
src/Lunr/Spark/Contentful/Tests/ManagementApiUpdateEntryTest.php |
---|