Skip to content

Commit f29c290

Browse files
authored
Update README.md
1 parent c56be90 commit f29c290

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ The Mac API Tool is a lightweight menu bar application designed to improve the w
88
This application has been intended for use on Mac’s running OS 11.0 and higher. It was built in Xcode 12.2.
99

1010
## Installation Instructions
11-
1. Instructions here
11+
1. Instructions coming soon (working on getting Developer ID)
1212

1313
## Uninstalling The Application (VERY IMPORTANT)
1414
If the application is running, you may experience an error when uninstalling but this is easily fixed with the following steps.
1515
1. Open the application using its menu bar icon.
1616
2. Press the “Quit App” button to terminate all processes relate to the application.
1717
3. Now, you should be able to remove the application from your Applications folder for uninstalling. The icon will no longer show up on the menu bar.
18-
4. If all else fails, you are also able to kill any relate processes from the “Activity Monitor.”
18+
4. If all else fails, you are also able to kill any related processes from the “Activity Monitor.”
1919

2020
## Features
2121
1. QUIT APP BUTTON: This is a very important feature. Users can click this button to quit the app process and remove it from the toolbar. However, the only true use case is when uninstalling the app. Users must press this first to stop the app process, so that it may be moved from the Applications folder to Trash.
2222
2. Users enter their target url at the top of the application. Error handling warns when no url has been entered.
2323
3. Users can make GET, POST, PUT, and DELETE requests through the tool. These are the 4 main operations for REST APIs.
2424
4. The interface provides a text area for easily entering query parameters. Each line includes a key value pair separated by an equals sign. This interface may be upgraded in a future release.
2525
5. The text area for query parameters serves as the request body for POST, PUT, and DELETE requests.
26-
6. There is a separate place to enter the auth parameter and value for an API call. This would be a great place to enter the API key or an access token.
26+
6. There is a separate place to enter the auth parameter and value for an API call. This would be a great place to enter an API key or an access token.
2727
7. There is a button to send a request and a button to clear the values in all fields at once.
28-
8. The response area pretty prints the request’s response data and can be easily copy and pasted. The status code is also displayed. The code will be red if it represents an error occurring.
28+
8. The response area pretty prints the request’s response data and can be easily copy and pasted. The status code is also displayed. The code will be red if an error occurred.
2929
9. The divider between the request info and response areas can be moved to expand either area for better viewing.
3030

3131
## New Features and Issues

0 commit comments

Comments
 (0)