There are basically two groups of functions; eeprom.read and eeprom.write is the one, eeprom.get and eeprom.put is the other one. Check the reference section.
The first group works on bytes and your code has to take care of writing and reading e.g. want an int (two bytes); the second group can take any argument (int, float, struct).