Update README.md

This commit is contained in:
Jungpyo Hong 2021-06-22 07:33:24 -05:00 committed by GitHub
parent d240311fd9
commit e40598b3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ Feel free to fork this repository and pull requests!!
- [Video Downloader](#Video-Downloader)
- [Image Downloader](#Image-Downloader)
- [Location Manager](#Location-Manager)
- [Local Notification Manager](#Local-Notification-Manager)
- [API](#API)
- [JSON](#JSON)
- [JSONDecoder](#JSONDecoder)
@ -475,6 +476,9 @@ Currently Working
<a href="#-content">Back to Content</a>
</p>
## Local Notification Manager
## API
API(Application Programming Interface) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.