Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 511 Bytes

File metadata and controls

19 lines (12 loc) · 511 Bytes

APImanager

APImanager

12/16/2022 (V0.2.0.0)

  • If the application must be started from a command line with a parameter the first time. This creates a SQLite file in which data is stored.

    C:> APImanager.exe Install

  • Save API urls and simple requests without authentication can be executed.

20/12/2022 (V0.3.0.0)

  • save, test and run simple Api request with authentication.

ToDo

  • Store API data encrypted. (Token, username and password).
  • If paging is necessary then paging can be performed.
  • ...