-1

I am working on a django project that uses django avatar. But we also have other clients that are communicating with APIs. Does the django-avatar app have API endpoints or do I have to implement that myself?

Nebex Elias
  • 252
  • 1
  • 3
  • 14

1 Answers1

0

You would have to implement endpoint using the Django rest framework or you can write your own custom endpoint, but there is no API endpoint already available in the market.

Harsh Nagarkar
  • 697
  • 7
  • 23