api library Null safety

Wordpress API connection, to be moved to lib/data/article.dart

Functions

get_posts_from_wp({dynamic since, dynamic exclude_ids = const [], dynamic only_ids = const [], dynamic lang = ''}) Future<List<Article>>
get posts from wordpress API [...]