Unfortunately, I stopped working on this repository because I don’t need it for the moment.
It’s not difficult to expand the methods, just follow the implemented code. There is a list below of services which were already implemented. So, If you need more, please create a pull request with implemented services, I’ll accept it.
Entries
Translation
Sentences
Lemmatron
Thesaurus
LexiStats
Search
Wordlist
Utility
License
SwiftOxfordAPI is available under the MIT license. See the LICENSE file for more info.
SwiftOxfordAPI
A framework to consume the Oxford Dictionaries API written in Swift. 🍟🍉🍋🍇🍌
Installation
CocoaPods:
Carthage:
Swift Package Manager:
Manual:
Initialization
First of all you have to generate API ID and APP key. And then use the following code:
Using
Right now the framework is supported only two requests:
entries
andtranslation
. For example:To do:
Unfortunately, I stopped working on this repository because I don’t need it for the moment. It’s not difficult to expand the methods, just follow the implemented code. There is a list below of services which were already implemented. So, If you need more, please create a pull request with implemented services, I’ll accept it.
License
SwiftOxfordAPI is available under the MIT license. See the LICENSE file for more info.