anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

Update sysl-template #155

Closed andrewemeryanz closed 4 years ago

andrewemeryanz commented 4 years ago

Update sysl-template to showcase more features of sysl-go.

Including:

Pet Pics: GET /random-pet-pic

  1. Get all pets from the Petstore.
  2. Select a random pet from the returned list.
  3. Perform a /rest?method=flickr.photos.search search that passes through tags: pet and the name of the random pet.
  4. Return a result that includes the pet name and the list of image urls.
springwiz commented 4 years ago

PR https://github.com/anz-bank/sysl-template/pull/9 merged.