update readme, started movie endpoints

This commit is contained in:
Blake Joynes
2021-05-15 11:44:02 -04:00
parent 92f84a31f3
commit 9937277752
8 changed files with 128 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { BaseEndpoint } from './base';
import { BaseEndpoint } from './base';
import { Certifications } from '../types/certification';
export class CertificationEndpoint extends BaseEndpoint {