Products

1. Product compile error

Endpoints
  • product/{product_id}/compile_error
Method: POST
Requires Authentication: NO
Comments

In order to work, a header called 'unity-token' must be sent in the request. The value of the header is secret.

Responses
  • Success
    Status code: 200

2. Product compiled

Endpoints
  • product/{product_id}/compiled
Method: POST
Requires Authentication: NO
Parameters
  • url

    Validations: required|url
    The url of the package

Comments

In order to work, a header called 'unity-token' must be sent in the request. The value of the header is secret.

Responses
  • Success
    Status code: 200
  • Validation errors
    Status code: 400
  • Unity token not sended
    Status code: 400
  • Invalid unity token
    Status code: 400

3. Product Index

Endpoints
  • products?query={search_query}&category={category_id}&country-code={country_code}&store={store_id}
Method: GET
Requires Authentication: NO
Responses
  • Success
    Status code: 200

4. Product Show

Endpoints
  • products/13
Method: GET
Requires Authentication: NO
Responses
  • Success
    Status code: 200