RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

Create helper methods for Profile API #53

Open amnevins opened 6 years ago

amnevins commented 6 years ago

This issue is done when:

  1. getAllDevelopers() -> returns all dev profiles.
  2. getDeveloper(username) -> returns a single dev profile.
  3. updateDeveloperProfile(username, attributes) -> updates a devs profile.