Skip to content

iQXCorp/AmplifyGoClient

Repository files navigation

Go API client for swagger

Welcome to the iQX Amplify API reference. This is a live example of how you can use iQX Amplify to integrate your own e-commerce store or ticketing engine. The iQX Amplify API is organized around the REST mothodology, and it uses resource-oriented URLs, and common HTTP response codes to indicate API errors. All requests are authenticated using an api-key which can be obtained from your developer dashboard within iQX Amplify.

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

    "./swagger"

Documentation for API Endpoints

All URIs are relative to https://public-api.iqxamplify.com/V1

Class Method HTTP request Description
CustomersApi CreateOrUpdateCustomer Post /customers/ Create or Update a customer
CustomersApi FindCustomers Get /customers/ Retrieve all customers
CustomersApi FindCustomersById Get /customers/{id} Retrieve a single customer by id
OrdersApi CreateOrUpdateOrder Post /orders/ Create or Update a order
OrdersApi FindOrders Get /orders/ Retrieve all orders
OrdersApi FindOrdersById Get /orders/{id} Retrieve a single order by id
ProductsApi CreateOrUpdateProduct Post /products/ Create or Update a product
ProductsApi FindProducts Get /products/ Retrieve all products
ProductsApi FindProductsById Get /products/{id} Retrieve a single product by id

Documentation For Models

Documentation For Authorization

api_key

  • Type: API key
  • API key parameter name: authorization
  • Location: HTTP header

Author

[email protected]

About

Amplify Go Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published