Skip to content

CommonAPI Cleanup

feld requested to merge commonapi-cleanup into develop

This is not as severe as it may seem

  • Add missing typespecs
  • Mark some functions as private
  • Fix dialyzer errors
  • Normalize functions so they share the same order of args

edit: I went down this rabbithole because I was debugging some things and kept getting surprised by the order of args and how things like follow and unfollow were completely different...

Edited by feld

Merge request reports