===========
Get Started
===========

--------------
Pre Requisites
--------------

Before you get started, know that netfiles API runs on...

Now

1. :doc: `Register <app_registration>` your aplication
   
   .. How to register

2. :doc: Get an `authentication token <Authentication>`
   
   .. How to authenticate

3. :doc: `Test <Sandbox>` your first call
   
   .. Sandbox

-----------------------
Client Libraries & SDKs
-----------------------
.. Typescript

-------------
Common Errors
-------------

.. list-table::
   :header-rows: 1
   :widths: 15 55 30

   * - ERROR
     - DESCRIPTION
     - HOW TO HANDLE
   * - 200
     - A successful response.
     -
   * - 400
     - Invalid identifier provided.
     -
   * - 401
     - Returned when the user is not logged in.
     -
   * - 403
     - Returned when the user does not have permission to access the resource.
     -
   * - 404
     - Returned when the resource does not exist.
     -
   * - 500
     - Server error.
     -
   * - default
     - An unexpected error response.
     -