The API browser can be said to be the most friendly, most practical, most complete, and data editable, which contains a lot of API and application examples, interface friendly, simple and convenient. Query category:
1. Declare: Provide a function prototype and provide a detailed description and examples. 2, Type: Provides the structure required for the API. 3, constant: Provide constant values required for API.
inquiry mode:
1. Fuzzy query: Enter the relevant character, display all the qualified data (support wildcard query, such as '*', '?'). 2, function query: In the declaration mode, enter the function you want to query, display all qualified APIs. For example, enter 'mouse', display all APIs related to the mouse; enter the 'keypad' Display all APIs related to the keyboard. 3. Define the query: You can directly click the right mock to the declaration mode, query the definition of the relevant type or constant. 4. Category query: You can set the range of API queries, or you can directly query all APIs of the specified category.
Data editing:
1, data (API, type, constant) editing. 2, data (API, type, constant) is added. 3, data (API, type, constant) delete.