ILLUSTRATOR &photo shop

Job ID: 33594601

Budget: £250 – £750 GBP

i know many design photo shop more over illustrator

your task will be to implement

Your task in Milestone 1 (your requested bid):
READ
- implement a method fetchExistingTags() to access all existing tags in the GTM account
- implement a method fetchExsitingTriggers() to access all existing triggers in the GTM account
- implement a method fetchExistingVariables() to access all existing variables in the GTM account
- implement a method fetchExsitingFolders() to access all existing folders in the GTM account
- implement a method fetchExsitingTemplates() to access all existing templates in the GTM account

CREATE
- implement a method createTag(theModellClassInstance) to be able to create existing tag
- implement a method createTrigger(theTriggerReference) to be able to create existing trigger

What is NOT needed:
- a UI (not required, implement a JUnit test to call your functions)
- a service architecture (like spring or JEE)
- any persistence

What are our requirements?
- JDK17
- maven
- use latest version of the google apis
- delivery in our git